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