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, debug *config.DebugConfig, ) *Store
NewStore creates a new cache store.
func (*Store) GetAPIKeyBySecret ¶
GetAPIKeyBySecret returns an API key by its secret.
func (*Store) GetOrganizationsByUserID ¶
GetOrganizationsByUserID returns organization users by its user ID.
Click to show internal directories.
Click to hide internal directories.