Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenCache ¶
type TokenCache struct {
// contains filtered or unexported fields
}
func NewTokenCache ¶
func NewTokenCache(tokenKey string, token *string) *TokenCache
func NewTokenCacheEmpty ¶
func NewTokenCacheEmpty() *TokenCache
func (*TokenCache) Clear ¶
func (tc *TokenCache) Clear()
func (*TokenCache) GetToken ¶
func (tc *TokenCache) GetToken(tokenKey string) *string
Click to show internal directories.
Click to hide internal directories.