Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TokenManager ¶
type TokenManager struct {
// contains filtered or unexported fields
}
func NewTokenManager ¶
func NewTokenManager() *TokenManager
func (*TokenManager) Clean ¶
func (this *TokenManager) Clean()
func (*TokenManager) Delete ¶
func (this *TokenManager) Delete(token string)
func (*TokenManager) Exists ¶
func (this *TokenManager) Exists(token string) bool
func (*TokenManager) Put ¶
func (this *TokenManager) Put(token string)
Click to show internal directories.
Click to hide internal directories.