Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudwatchClient ¶
type CloudwatchClient struct {
// contains filtered or unexported fields
}
func New ¶
func New(accessKey, accessSecretKey, region, groupName string) *CloudwatchClient
func (*CloudwatchClient) ImplementsAdvancedFilters ¶
func (client *CloudwatchClient) ImplementsAdvancedFilters() bool
func (*CloudwatchClient) ListGroups ¶
func (client *CloudwatchClient) ListGroups() ([]string, error)
func (*CloudwatchClient) Query ¶
func (client *CloudwatchClient) Query(ctx context.Context, query common.Query) <-chan common.LogMessage
Click to show internal directories.
Click to hide internal directories.