Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output interface { Get() (*PolicyDocument, error) Set(*PolicyDocument) error }
type PolicyDocument ¶
type PolicyDocument struct { Version string Statement []*PolicyStatement }
type PolicyStatement ¶
Click to show internal directories.
Click to hide internal directories.