Documentation
¶
Index ¶
- Constants
- type Filter
- func (f *Filter) Actions() []core.Action
- func (f *Filter) Cancel(ctx core.ExecutionContext) error
- func (f *Filter) Color() string
- func (f *Filter) Configuration() []configuration.Field
- func (f *Filter) Description() string
- func (f *Filter) ExampleOutput() map[string]any
- func (f *Filter) Execute(ctx core.ExecutionContext) error
- func (f *Filter) HandleAction(ctx core.ActionContext) error
- func (f *Filter) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
- func (f *Filter) Icon() string
- func (f *Filter) Label() string
- func (f *Filter) Name() string
- func (f *Filter) OutputChannels(configuration any) []core.OutputChannel
- func (f *Filter) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error)
- func (f *Filter) Setup(ctx core.SetupContext) error
- type Spec
Constants ¶
View Source
const ComponentName = "filter"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct{}
func (*Filter) Configuration ¶
func (f *Filter) Configuration() []configuration.Field
func (*Filter) Description ¶
func (*Filter) ExampleOutput ¶ added in v0.0.45
func (*Filter) HandleAction ¶
func (f *Filter) HandleAction(ctx core.ActionContext) error
func (*Filter) HandleWebhook ¶
func (f *Filter) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
func (*Filter) OutputChannels ¶
func (f *Filter) OutputChannels(configuration any) []core.OutputChannel
func (*Filter) ProcessQueueItem ¶
Click to show internal directories.
Click to hide internal directories.