mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-15 21:45:31 +00:00
11 lines
85 B
Go
11 lines
85 B
Go
package types
|
|
|
|
const (
|
|
APPLICATION = iota
|
|
MEDIA
|
|
PICTURE
|
|
MUSIC
|
|
SEARCH
|
|
UNKNOWN
|
|
)
|