Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserGroupCache ¶
type UserGroupCache interface { GetGroupID(name string) (string, error) GetUserID(email string) (string, error) Wipe() }
func NewUserGroupCache ¶
func NewUserGroupCache(consoleClient client.ConsoleClient) UserGroupCache
Click to show internal directories.
Click to hide internal directories.