Documentation ¶
Overview ¶
Package logs implements AWS CloudWatchLogs tailing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.6.0
type Config struct { Service cloudwatchlogsiface.CloudWatchLogsAPI FilterPattern string PollInterval time.Duration StartTime time.Time Follow bool }
Config is used to configure Logs and Log.
type Log ¶ added in v0.6.0
type Log struct { Config GroupName string Log log.Interface // contains filtered or unexported fields }
Log implements log fetching and polling for CloudWatchLogs, and represents a single group.
Click to show internal directories.
Click to hide internal directories.