Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegexpMatchCommand ¶
type RegexpMatchCommand struct { *cmds.CommandDescription // contains filtered or unexported fields }
func NewRegexpMatchCommand ¶
func NewRegexpMatchCommand(regexMap map[string]*regexp.Regexp) (*RegexpMatchCommand, error)
func (*RegexpMatchCommand) RunIntoGlazeProcessor ¶
func (c *RegexpMatchCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
type RegexpMatchSettings ¶
type RegexpMatchSettings struct {
InputFile string `glazed.parameter:"inputFile"`
}
Click to show internal directories.
Click to hide internal directories.