Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Principal ¶
type Principal interface { // Name returns the name of this Principal. Name() string }
Principal represents an identity of a Subject. e.g. UserId, Username, Account or Role
Click to show internal directories.
Click to hide internal directories.