config

package
v0.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSConfiguration added in v0.1.5

type AWSConfiguration struct {
	Region  string
	Profile string
}

type Configuration

type Configuration struct {
	Group      string
	Groups     []string
	Prefix     string
	Start      string
	End        string
	Filter     string
	Streams    []*cloudwatchlogs.LogStream
	Descending bool
	OrderBy    string
	Query      string
}

func (*Configuration) DescribeLogGroupsInput

func (c *Configuration) DescribeLogGroupsInput() *cloudwatchlogs.DescribeLogGroupsInput

func (*Configuration) DescribeLogStreamsInput

func (c *Configuration) DescribeLogStreamsInput() *cloudwatchlogs.DescribeLogStreamsInput

func (*Configuration) FilterLogEventsInput

func (c *Configuration) FilterLogEventsInput() *cloudwatchlogs.FilterLogEventsInput

func (*Configuration) StartQueryInput added in v0.4.2

func (c *Configuration) StartQueryInput() *cloudwatchlogs.StartQueryInput

func (*Configuration) TopStreamNames added in v0.1.2

func (c *Configuration) TopStreamNames() []*string

type OutputConfiguration added in v0.1.2

type OutputConfiguration struct {
	Raw       bool
	Pretty    bool
	Expand    bool
	Invert    bool
	RawString bool
	NoColor   bool
	NoHeaders bool
}

func (*OutputConfiguration) Formatter added in v0.1.2

func (c *OutputConfiguration) Formatter() *colorjson.Formatter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL