✨ basic structure
This commit is contained in:
10
conf/const.go
Normal file
10
conf/const.go
Normal file
@ -0,0 +1,10 @@
|
||||
package conf
|
||||
|
||||
const (
|
||||
UNKNOWN = iota
|
||||
FOLDER
|
||||
OFFICE
|
||||
VIDEO
|
||||
AUDIO
|
||||
TEXT
|
||||
)
|
Reference in New Issue
Block a user