Documentation ¶ Index ¶ func Execute() type Querier func NewQuerier() *Querier func (q *Querier) Query(ctx context.Context, c flux.Compiler) (flux.ResultIterator, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd. Types ¶ type Querier ¶ type Querier struct { // contains filtered or unexported fields } func NewQuerier ¶ func NewQuerier() *Querier func (*Querier) Query ¶ func (q *Querier) Query(ctx context.Context, c flux.Compiler) (flux.ResultIterator, error) Source Files ¶ View all Source files repl.goroot.go Click to show internal directories. Click to hide internal directories.