Documentation
¶
Index ¶
- type Start
- func (s *Start) Actions() []core.Action
- func (s *Start) Color() string
- func (s *Start) Configuration() []configuration.Field
- func (s *Start) Description() string
- func (s *Start) ExampleData() map[string]any
- func (s *Start) HandleAction(ctx core.TriggerActionContext) (map[string]any, error)
- func (s *Start) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
- func (s *Start) Icon() string
- func (s *Start) Label() string
- func (s *Start) Name() string
- func (s *Start) Setup(ctx core.TriggerContext) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Start ¶
type Start struct{}
func (*Start) Configuration ¶
func (s *Start) Configuration() []configuration.Field
func (*Start) Description ¶
func (*Start) ExampleData ¶ added in v0.0.45
func (*Start) HandleAction ¶
func (*Start) HandleWebhook ¶
func (s *Start) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
Click to show internal directories.
Click to hide internal directories.