Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackHandler ¶
type CallbackHandler struct {
// contains filtered or unexported fields
}
func NewCallbackHandler ¶
func NewCallbackHandler(t *tempest.Client, pe pending_execution.Tracker) *CallbackHandler
func (*CallbackHandler) Handle ¶
func (h *CallbackHandler) Handle(ctx context.Context, msg notification.ExecutionMessage)
func (*CallbackHandler) SendDeprovisionFollowUp ¶
func (h *CallbackHandler) SendDeprovisionFollowUp(ctx context.Context, msg notification.ExecutionMessage)
func (*CallbackHandler) SendProvisionFollowUp ¶
func (h *CallbackHandler) SendProvisionFollowUp(ctx context.Context, msg notification.ExecutionMessage)
Click to show internal directories.
Click to hide internal directories.