mirror of
https://github.com/Kyren223/eko.git
synced 2026-03-11 02:15:37 +00:00
16 lines
153 B
Go
16 lines
153 B
Go
package api
|
|
|
|
const (
|
|
MaxIconSize = 16
|
|
DefaultFrequencyName = "main"
|
|
)
|
|
|
|
const (
|
|
PermNoAccess = 0 + iota
|
|
PermRead
|
|
PermReadWrite
|
|
PermMax
|
|
)
|
|
|
|
|