Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is a cache for API keys and organization users.
func NewStore ¶
func NewStore( userInfoLister userInfoLister, ) *Store
NewStore creates a new cache store.
func (*Store) GetAPIKeyByID ¶
GetAPIKeyByID returns an API key by its ID.
func (*Store) GetLastSuccessfulSyncTime ¶
GetLastSuccessfulSyncTime returns the last successful sync time.
func (*Store) GetUserByInternalID ¶
GetUserByInternalID returns a user by its internal ID.
Click to show internal directories.
Click to hide internal directories.