Documentation ¶
Overview ¶
Package restore is the restore subcommand for the influxd command, for restoring from a backup.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { // The logger passed to the ticker during execution. StdoutLogger *log.Logger StderrLogger *log.Logger // Standard input/output, overridden for testing. Stderr io.Writer Stdout 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.