Documentation
¶
Index ¶
- type BroadcastMessage
- func (c *BroadcastMessage) Cancel(ctx core.ExecutionContext) error
- func (c *BroadcastMessage) Cleanup(ctx core.SetupContext) error
- func (c *BroadcastMessage) Color() string
- func (c *BroadcastMessage) Configuration() []configuration.Field
- func (c *BroadcastMessage) Description() string
- func (c *BroadcastMessage) Documentation() string
- func (c *BroadcastMessage) ExampleOutput() map[string]any
- func (c *BroadcastMessage) Execute(ctx core.ExecutionContext) error
- func (c *BroadcastMessage) HandleHook(ctx core.ActionHookContext) error
- func (c *BroadcastMessage) HandleWebhook(ctx core.WebhookRequestContext) (int, *core.WebhookResponseBody, error)
- func (c *BroadcastMessage) Hooks() []core.Hook
- func (c *BroadcastMessage) Icon() string
- func (c *BroadcastMessage) Label() string
- func (c *BroadcastMessage) Name() string
- func (c *BroadcastMessage) OutputChannels(configuration any) []core.OutputChannel
- func (c *BroadcastMessage) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error)
- func (c *BroadcastMessage) Setup(ctx core.SetupContext) error
- type BroadcastMessageConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastMessage ¶
type BroadcastMessage struct{}
func (*BroadcastMessage) Cancel ¶
func (c *BroadcastMessage) Cancel(ctx core.ExecutionContext) error
func (*BroadcastMessage) Cleanup ¶
func (c *BroadcastMessage) Cleanup(ctx core.SetupContext) error
func (*BroadcastMessage) Color ¶
func (c *BroadcastMessage) Color() string
func (*BroadcastMessage) Configuration ¶
func (c *BroadcastMessage) Configuration() []configuration.Field
func (*BroadcastMessage) Description ¶
func (c *BroadcastMessage) Description() string
func (*BroadcastMessage) Documentation ¶
func (c *BroadcastMessage) Documentation() string
func (*BroadcastMessage) ExampleOutput ¶
func (c *BroadcastMessage) ExampleOutput() map[string]any
func (*BroadcastMessage) Execute ¶
func (c *BroadcastMessage) Execute(ctx core.ExecutionContext) error
func (*BroadcastMessage) HandleHook ¶
func (c *BroadcastMessage) HandleHook(ctx core.ActionHookContext) error
func (*BroadcastMessage) HandleWebhook ¶
func (c *BroadcastMessage) HandleWebhook(ctx core.WebhookRequestContext) (int, *core.WebhookResponseBody, error)
func (*BroadcastMessage) Hooks ¶
func (c *BroadcastMessage) Hooks() []core.Hook
func (*BroadcastMessage) Icon ¶
func (c *BroadcastMessage) Icon() string
func (*BroadcastMessage) Label ¶
func (c *BroadcastMessage) Label() string
func (*BroadcastMessage) Name ¶
func (c *BroadcastMessage) Name() string
func (*BroadcastMessage) OutputChannels ¶
func (c *BroadcastMessage) OutputChannels(configuration any) []core.OutputChannel
func (*BroadcastMessage) ProcessQueueItem ¶
func (c *BroadcastMessage) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error)
func (*BroadcastMessage) Setup ¶
func (c *BroadcastMessage) Setup(ctx core.SetupContext) error
type BroadcastMessageConfiguration ¶
type BroadcastMessageConfiguration struct {
Payload any `json:"payload" mapstructure:"payload"`
}
Click to show internal directories.
Click to hide internal directories.