Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessEntity ¶
type AccessRole ¶
type AccessRole interface { // EntityType references the AccessEntity that this role belongs to. EntityType() AccessEntity // Identifier is a lower-cased type identifier for this role, scoped to the AccessEntity returned by EntityType(). Identifier() string }
Click to show internal directories.
Click to hide internal directories.