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 Stdin io.Reader Logger *zap.Logger // contains filtered or unexported fields }
Command represents the program execution for "store query".
func NewCommand ¶
NewCommand returns a new instance of Command.
Click to show internal directories.
Click to hide internal directories.