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