Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenStore ¶
type TokenStore map[string]struct{}
func NewTokenStore ¶
func NewTokenStore(tokens ...string) TokenStore
func (TokenStore) Add ¶
func (store TokenStore) Add(tokens ...string)
func (TokenStore) Del ¶
func (store TokenStore) Del(token string)
func (TokenStore) Valid ¶
func (store TokenStore) Valid(token string) (ok bool)
Click to show internal directories.
Click to hide internal directories.