Versions in this module Expand all Collapse all v1 v1.7.6 Apr 16, 2019 v1.7.5 Mar 26, 2019 Changes in this version + type Command struct + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + func NewCommand(deps Dependencies) *Command + func (cmd *Command) Run(args []string) (err error) + type Dependencies struct + SeriesGeneratorFilter SeriesGeneratorFilter + Server server.Interface + type Generator struct + BuildTSI bool + Concurrency int + func (g *Generator) Run(ctx context.Context, database, shardPath string, groups []meta.ShardGroupInfo, ...) (err error) + type SeriesGeneratorFilter func(sgi meta.ShardGroupInfo, g gen.SeriesGenerator) gen.SeriesGenerator