Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index interface { Set(id string, key string, config evaluators.AuthConfig, override bool) error Get(key string) *evaluators.AuthConfig Delete(id string) DeleteKey(id, key string) List() []*evaluators.AuthConfig Empty() bool FindId(key string) (id string, found bool) FindKeys(id string) []string }
Click to show internal directories.
Click to hide internal directories.