Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsLogs ¶
type AwsLogs struct {
// contains filtered or unexported fields
}
func NewAwsLogs ¶
func NewAwsLogs() *AwsLogs
func (*AwsLogs) LogEvents ¶
func (logs *AwsLogs) LogEvents(params LogEventsParams, fn func(logEvent *cloudwatchlogs.OutputLogEvent, lastEntry bool) (shouldContinue bool)) error
func (*AwsLogs) LogGroups ¶
func (logs *AwsLogs) LogGroups(params LogGroupsParams, fn func(group *cloudwatchlogs.LogGroup, lastEntry bool) (shouldContinue bool)) error
func (*AwsLogs) LogStreams ¶
func (logs *AwsLogs) LogStreams(params LogStreamsParams, fn func(stream *cloudwatchlogs.LogStream, lastEntry bool) (shouldContinue bool)) error
type LogEventsParams ¶
type LogEventsParams struct { EndTime int64 StartTime int64 Limit int64 LogGroupName string LogStreamName string StartFromHead bool }
func NewLogEventsParams ¶
func NewLogEventsParams() LogEventsParams
type LogGroupsParams ¶
func NewLogGroupsParams ¶
func NewLogGroupsParams() LogGroupsParams
type LogStreamsParams ¶
type LogStreamsParams struct { Descending bool Limit int64 LogGroupName string LogStreamNamePrefix string OrderBy string }
func NewLogStreamsParams ¶
func NewLogStreamsParams() LogStreamsParams
Click to show internal directories.
Click to hide internal directories.