alist/conf/const.go

10 lines
75 B
Go

package conf
const (
UNKNOWN = iota
FOLDER
OFFICE
VIDEO
AUDIO
TEXT
)