Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PasscodeStore ¶
type PasscodeStore interface { Create(string) (string, error) Find(string) (string, error) Revoke(string) error }
func NewPasscodeStore ¶
type SessionStore ¶
func NewSessionStore ¶
Click to show internal directories.
Click to hide internal directories.