Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PrivilegeLvlReader gives the bearer read-only // access to a resource PrivilegeLvlReader = Level(0) // PrivilegeLvlEditor gives the bearer edit // access to a resource, including the ability // to add and remove readers PrivilegeLvlEditor = Level(1) // PrivilegeLvlOwner gives the bearer full // access to a resource, including the ability // to add and remove other users' access PrivilegeLvlOwner = Level(2) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.