Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
func DefaultAuth ¶
func DefaultAuth() Authorizer
type MemoryStore ¶
type MemoryStore struct {
// contains filtered or unexported fields
}
func (*MemoryStore) Get ¶
func (m *MemoryStore) Get(token string) bool
func (*MemoryStore) Remove ¶
func (m *MemoryStore) Remove(token string)
func (*MemoryStore) Set ¶
func (m *MemoryStore) Set() (token string)
type RedisStore ¶
type RedisStore struct {
// contains filtered or unexported fields
}
func (*RedisStore) Get ¶
func (r *RedisStore) Get(token string) bool
func (*RedisStore) Remove ¶
func (r *RedisStore) Remove(token string)
func (*RedisStore) Set ¶
func (r *RedisStore) Set() (token string)
type TokenStore ¶
func DefaultStore ¶
func DefaultStore() TokenStore
Click to show internal directories.
Click to hide internal directories.