Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenCache ¶
TokenCache is an autogenerated mock type for the TokenCache type
func (*TokenCache) Add ¶
func (_m *TokenCache) Add(clientID string, token string, expirationSeconds int)
Add provides a mock function with given fields: clientID, token, expirationSeconds
func (*TokenCache) Get ¶
func (_m *TokenCache) Get(clientID string) (string, bool)
Get provides a mock function with given fields: clientID
func (*TokenCache) Remove ¶
func (_m *TokenCache) Remove(clientID string)
Remove provides a mock function with given fields: clientID
Click to show internal directories.
Click to hide internal directories.