Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TagsCommand ¶
type TagsCommand struct {
*cmds.CommandDescription
}
func NewTagsCommand ¶
func NewTagsCommand() (*TagsCommand, error)
func (*TagsCommand) RunIntoGlazeProcessor ¶
func (c *TagsCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
type TagsSettings ¶
type TagsSettings struct {
File string `glazed.parameter:"file"`
}
type TriggersCommand ¶
type TriggersCommand struct {
*cmds.CommandDescription
}
func NewTriggersCommand ¶
func NewTriggersCommand() (*TriggersCommand, error)
func (*TriggersCommand) RunIntoGlazeProcessor ¶
func (c *TriggersCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
type TriggersSettings ¶
type TriggersSettings struct {
File string `glazed.parameter:"file"`
}
type VariablesCommand ¶
type VariablesCommand struct {
*cmds.CommandDescription
}
func NewVariablesCommand ¶
func NewVariablesCommand() (*VariablesCommand, error)
func (*VariablesCommand) RunIntoGlazeProcessor ¶
func (c *VariablesCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
type VariablesSettings ¶
type VariablesSettings struct {
File string `glazed.parameter:"file"`
}
Click to show internal directories.
Click to hide internal directories.