Documentation
¶
Index ¶
- Constants
- type ForEach
- func (c *ForEach) Cancel(ctx core.ExecutionContext) error
- func (c *ForEach) Cleanup(ctx core.SetupContext) error
- func (c *ForEach) Color() string
- func (c *ForEach) Configuration() []configuration.Field
- func (c *ForEach) Description() string
- func (c *ForEach) Documentation() string
- func (c *ForEach) ExampleOutput() map[string]any
- func (c *ForEach) Execute(ctx core.ExecutionContext) error
- func (c *ForEach) HandleHook(ctx core.ActionHookContext) error
- func (c *ForEach) HandleWebhook(ctx core.WebhookRequestContext) (int, *core.WebhookResponseBody, error)
- func (c *ForEach) Hooks() []core.Hook
- func (c *ForEach) Icon() string
- func (c *ForEach) Label() string
- func (c *ForEach) Name() string
- func (c *ForEach) OutputChannels(configuration any) []core.OutputChannel
- func (c *ForEach) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error)
- func (c *ForEach) Setup(ctx core.SetupContext) error
- type Spec
Constants ¶
View Source
const ChannelNameItem = "item"
View Source
const ComponentName = "forEach"
View Source
const PayloadType = "foreach.item"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForEach ¶
type ForEach struct{}
func (*ForEach) Configuration ¶
func (c *ForEach) Configuration() []configuration.Field
func (*ForEach) Description ¶
func (*ForEach) Documentation ¶
func (*ForEach) ExampleOutput ¶
func (*ForEach) HandleHook ¶
func (c *ForEach) HandleHook(ctx core.ActionHookContext) error
func (*ForEach) HandleWebhook ¶
func (c *ForEach) HandleWebhook(ctx core.WebhookRequestContext) (int, *core.WebhookResponseBody, error)
func (*ForEach) OutputChannels ¶
func (c *ForEach) OutputChannels(configuration any) []core.OutputChannel
func (*ForEach) ProcessQueueItem ¶
Click to show internal directories.
Click to hide internal directories.