ls_commands

package
v0.1.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: MIT Imports: 11 Imported by: 4

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

type ListCommandsSettings added in v0.1.11

type ListCommandsSettings struct {
	SourceLike []string `glazed.parameter:"source-like"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL