Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// Standard input/output, overridden for testing.
Stderr io.Writer
Stdout io.Writer
Logger *zap.Logger
// contains filtered or unexported fields
}
Command represents the program execution for "influx-tools compact".
func NewCommand ¶
func NewCommand() *Command
NewCommand returns a new instance of the export Command.
Click to show internal directories.
Click to hide internal directories.