Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Stdin io.Reader Stdout io.Writer Stderr io.Writer // contains filtered or unexported fields }
Command represents the program execution for "store query".
func NewCommand ¶
func NewCommand(deps Dependencies) *Command
NewCommand returns a new instance of Command.
type Dependencies ¶
type Dependencies struct { Server server.Interface // SeriesGeneratorFilter wraps g with a SeriesGenerator that // returns a subset of keys from g SeriesGeneratorFilter SeriesGeneratorFilter }
type SeriesGeneratorFilter ¶
type SeriesGeneratorFilter func(sgi meta.ShardGroupInfo, g gen.SeriesGenerator) gen.SeriesGenerator
Click to show internal directories.
Click to hide internal directories.