package authmiddleware type Permission uint8 const ( PermAnonymous Permission = 1 << iota PermUser PermSupport PermSuperuser )