Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Level ¶
type Level int
const ( CLAIMS Level = -1 // just the claims context tag PUBLIC Level = 0 // public return USER Level = 1 // user return ADMINUSER Level = 2 // admin wants to change password. admins cant change other users passwords so this exists ADMIN Level = 3 // admin return SERVER Level = 4 // server can update any user without giving 2 shits )
Click to show internal directories.
Click to hide internal directories.