Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegexpMatchCommand ¶
type RegexpMatchCommand struct {
// contains filtered or unexported fields
}
func NewRegexpMatchCommand ¶
func NewRegexpMatchCommand(regexMap map[string]*regexp.Regexp) (*RegexpMatchCommand, error)
func (*RegexpMatchCommand) Description ¶
func (c *RegexpMatchCommand) Description() *cmds.CommandDescription
func (*RegexpMatchCommand) Run ¶
func (c *RegexpMatchCommand) Run( ctx context.Context, parsedLayers map[string]*layers.ParsedParameterLayer, ps map[string]interface{}, gp middlewares.Processor, ) error
Click to show internal directories.
Click to hide internal directories.