config

package
v0.0.0-...-2fb0d31 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSConfiguration

type AWSConfiguration struct {
	Endpoint string
	Region   string
	Profile  string
}

type Configuration

type Configuration struct {
	Group      string
	Prefix     string
	Start      string
	End        string
	Filter     string
	Streams    []types.LogStream
	Descending bool
	OrderBy    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) TopStreamNames

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

type OutputConfiguration

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

func (*OutputConfiguration) Formatter

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

Jump to

Keyboard shortcuts

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