Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group interface { UserList(username string) ([]string, errors.Error) UserCheck(username, groupName string) (errors.Error, bool) UserAdd(username, groupName string) errors.Error UserRemove(username, groupName string) errors.Error List() (map[string]string, errors.Error) Add(groupName string) errors.Error Remove(groupName string) errors.Error PolicyList(groupName string) (map[string]string, errors.Error) PolicyAttach(groupName, polArn string) errors.Error PolicyDetach(groupName, polArn string) errors.Error }
Click to show internal directories.
Click to hide internal directories.