Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(cloudtrailClient *aws.CloudtrailClient) *Getter
func (*Getter) GetAllTrails ¶
type Trail ¶
type Trail struct { Trail *types.Trail TrailStatus *cloudtrail.GetTrailStatusOutput }
type TrailPrinter ¶
type TrailPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(trails []Trail) *TrailPrinter
func (*TrailPrinter) PrintTable ¶
func (p *TrailPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.