Documentation ¶ Index ¶ func NewAuthStore(be backend.Backend) *authStore type AuthStore Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewAuthStore ¶ func NewAuthStore(be backend.Backend) *authStore Types ¶ type AuthStore ¶ type AuthStore interface { // AuthEnable() turns on the authentication feature AuthEnable() // Recover recovers the state of auth store from the given backend Recover(b backend.Backend) } Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.