Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTriggererTypeNotRegistered = errors.New("triggerer type not found")
Functions ¶
func WrapInQuotes ¶
Types ¶
type KafkaTriggerer ¶
type KafkaTriggerer struct{}
func (*KafkaTriggerer) Resolve ¶
func (t *KafkaTriggerer) Resolve(ctx context.Context, test test.Test, opts *ResolveOptions) (test.Test, error)
func (*KafkaTriggerer) Trigger ¶
func (t *KafkaTriggerer) Trigger(ctx context.Context, test test.Test, opts *TriggerOptions) (Response, error)
func (*KafkaTriggerer) Type ¶
func (t *KafkaTriggerer) Type() trigger.TriggerType
type Registry ¶
func NewRegistry ¶
type ResolveOptions ¶
type ResolveOptions struct {
Executor expression.Executor
}
type TriggerOptions ¶
Click to show internal directories.
Click to hide internal directories.