Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Stdout io.Writer Stderr io.Writer // TODO: when the new meta stuff is done this should not be exported or be gone MetaConfig *meta.Config // contains filtered or unexported fields }
Command represents the program execution for "influxd restore".
func NewCommand ¶
func NewCommand() *Command
NewCommand returns a new instance of Command with default settings.
Click to show internal directories.
Click to hide internal directories.