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(cloudwatchlogsClient *aws.CloudwatchlogsClient) *Getter
type LogEventOptions ¶
type LogEventOptions struct { resource.CommonOptions LogGroupName string Timestamp bool }
type LogEventPrinter ¶
type LogEventPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(logEvents []types.OutputLogEvent, timestamp bool) *LogEventPrinter
func (*LogEventPrinter) PrintTable ¶
func (p *LogEventPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.