export

package
v0.0.0-...-fe0cd8a Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2016 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	StartTime string `short:"s" long:"start" default:"now" description:"start time to export log events."`
	EndTime   string `short:"e" long:"end"   default:"now" description:"end time to export log events."`

	Args struct {
		LogGroupName  string `positional-arg-name:"GroupName"  description:"target LogGroup Name"`
		LogStreamName string `positional-arg-name:"StreamName" description:"target LogStream Name"`
	} `positional-args:"yes" required:"yes"`
}

func (*Command) Execute

func (c *Command) Execute(args []string) error

Jump to

Keyboard shortcuts

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