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