Documentation
¶
Index ¶
- type Params
- type WebhookSignalLifecycleHook
- func (h *WebhookSignalLifecycleHook) AfterPhase(ctx context.Context, event signal.SignalPhaseEvent, ...) error
- func (h *WebhookSignalLifecycleHook) BeforePhase(ctx context.Context, event signal.SignalPhaseEvent) (signal.BeforePhaseDecision, error)
- func (h *WebhookSignalLifecycleHook) Name() string
- func (h *WebhookSignalLifecycleHook) Supports(event signal.SignalPhaseEvent) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookSignalLifecycleHook ¶
type WebhookSignalLifecycleHook struct {
// contains filtered or unexported fields
}
func NewWebhookSignalLifecycleHook ¶
func NewWebhookSignalLifecycleHook(params Params) *WebhookSignalLifecycleHook
func (*WebhookSignalLifecycleHook) AfterPhase ¶
func (h *WebhookSignalLifecycleHook) AfterPhase(ctx context.Context, event signal.SignalPhaseEvent, outcome signal.SignalPhaseOutcome) error
func (*WebhookSignalLifecycleHook) BeforePhase ¶
func (h *WebhookSignalLifecycleHook) BeforePhase(ctx context.Context, event signal.SignalPhaseEvent) (signal.BeforePhaseDecision, error)
func (*WebhookSignalLifecycleHook) Name ¶
func (h *WebhookSignalLifecycleHook) Name() string
func (*WebhookSignalLifecycleHook) Supports ¶
func (h *WebhookSignalLifecycleHook) Supports(event signal.SignalPhaseEvent) bool
Click to show internal directories.
Click to hide internal directories.