Documentation
¶
Index ¶
- type Starlark
- func (p Starlark) Match(ctx context.Context, rawMatch interface{}, payload *payload.Payload) (matched bool, err error)
- func (p *Starlark) Run(ctx context.Context, reporter report.Driver, rawScript interface{}, ...) (next processor.NextStatus, callback interface{}, responses []payload.Response, ...)
- func (p *Starlark) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Starlark ¶
type Starlark struct {
}
Starlark implementation of Processor interface
func (Starlark) Match ¶
func (p Starlark) Match(ctx context.Context, rawMatch interface{}, payload *payload.Payload) (matched bool, err error)
Match execution of match
Click to show internal directories.
Click to hide internal directories.