Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Policy ¶
type Policy interface { List() (map[string]string, liberr.Error) Get(arn string) (*types.Policy, liberr.Error) Add(name, desc, policy string) (string, liberr.Error) Update(polArn, polContents string) liberr.Error Delete(polArn string) liberr.Error GetVersion(arn string, vers string) (*types.PolicyVersion, liberr.Error) CompareUpdate(arn string, doc string) (upd bool, err liberr.Error) }
Click to show internal directories.
Click to hide internal directories.