mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-18 01:21:05 +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
|
|
)
|
|
|
|
|