mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-05-02 18:20:58 -05:00
8 lines
85 B
Go
8 lines
85 B
Go
package user
|
|
|
|
type Permission = int32
|
|
|
|
const (
|
|
PermissionAllFiles = Permission(1)
|
|
)
|