Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListCommand ¶
type ListCommand struct {
*cmds.CommandDescription
}
func NewListCommand ¶
func NewListCommand(options ...cmds.CommandDescriptionOption) (*ListCommand, error)
func (*ListCommand) RunIntoGlazeProcessor ¶ added in v0.1.0
func (c *ListCommand) RunIntoGlazeProcessor(ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor) error
type ListSettings ¶ added in v0.1.0
type ListSettings struct {
Inputs []string `glazed.parameter:"inputs"`
}
Click to show internal directories.
Click to hide internal directories.