Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCommandToRowFunc ¶
type AddCommandToRowFunc func(cmd glazed_cmds.Command, row types.Row, parsedLayers *layers.ParsedLayers) ([]types.Row, error)
type ListCommandsCommand ¶
type ListCommandsCommand struct { *glazed_cmds.CommandDescription AddCommandToRowFunc AddCommandToRowFunc // contains filtered or unexported fields }
func NewListCommandsCommand ¶
func NewListCommandsCommand( allCommands []glazed_cmds.Command, options ...ListCommandsCommandOption, ) (*ListCommandsCommand, error)
func (*ListCommandsCommand) RunIntoGlazeProcessor ¶
func (q *ListCommandsCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
type ListCommandsCommandOption ¶
type ListCommandsCommandOption func(*ListCommandsCommand) error
func WithAddCommandToRowFunc ¶
func WithAddCommandToRowFunc(f AddCommandToRowFunc) ListCommandsCommandOption
func WithCommandDescriptionOptions ¶
func WithCommandDescriptionOptions(options ...glazed_cmds.CommandDescriptionOption) ListCommandsCommandOption
type ListCommandsSettings ¶ added in v0.1.11
type ListCommandsSettings struct {
SourceLike []string `glazed.parameter:"source-like"`
}
Click to show internal directories.
Click to hide internal directories.