Documentation
¶
Index ¶
Constants ¶
View Source
const (
UpsertWebhookSignal = "UpsertWebhookSignal"
)
View Source
const (
WebhookName = "TicketFu Webhook"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
// contains filtered or unexported fields
}
func NewActivity ¶
func (*Activity) CreateTrigger ¶
func (a *Activity) CreateTrigger(ctx context.Context, input CreateTriggerInput) (*CreateTriggerOutput, error)
func (*Activity) CreateWebhook ¶
func (a *Activity) CreateWebhook(ctx context.Context, input CreateWebhookInput) (*CreateWebhookOutput, error)
type CreateTriggerInput ¶
type CreateTriggerInput struct {
WebhookID string
}
type CreateTriggerOutput ¶
type CreateTriggerOutput struct {
TriggerID string
}
type CreateWebhookInput ¶
type CreateWebhookInput struct {
Webhook Webhook
}
type CreateWebhookOutput ¶
type CreateWebhookOutput struct {
WebhookID string
}
type UpsertWebhookInput ¶
type UpsertWebhookInput struct {
Webhook Webhook
}
Click to show internal directories.
Click to hide internal directories.