Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // List returns a list of groups in the system List() []*group.Group // Add stores a group in the system Add(group *group.Group) error // Get returns the group with the given ID Get(groupID string) (*group.Group, bool, error) }
Store provides an interface for storing and retrieving groups
Click to show internal directories.
Click to hide internal directories.