Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User interface {
List() (map[string]string, errors.Error)
Get(username string) (*iam.User, errors.Error)
Create(username string) errors.Error
Delete(username string) errors.Error
PolicyPut(policyDocument, policyName, username string) errors.Error
PolicyAttach(policyARN, username string) errors.Error
LoginCheck(username string) errors.Error
LoginCreate(username, password string) errors.Error
LoginDelete(username string) errors.Error
AccessList(username string) (map[string]bool, errors.Error)
AccessCreate(username string) (string, string, errors.Error)
AccessDelete(username, accessKey string) errors.Error
}
Click to show internal directories.
Click to hide internal directories.