Documentation ¶
Index ¶
- func NewMockService(statusCode int, contentType, body string) flows.WebhookService
- func NewService(httpClient *http.Client, defaultHeaders map[string]string, maxBodyBytes int) flows.WebhookService
- func NewServiceFactory(httpClient *http.Client, defaultHeaders map[string]string, maxBodyBytes int) engine.WebhookServiceFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockService ¶
func NewMockService(statusCode int, contentType, body string) flows.WebhookService
NewMockService creates a new mock webhook service for testing
func NewService ¶
func NewService(httpClient *http.Client, defaultHeaders map[string]string, maxBodyBytes int) flows.WebhookService
NewService creates a new default webhook service
func NewServiceFactory ¶
func NewServiceFactory(httpClient *http.Client, defaultHeaders map[string]string, maxBodyBytes int) engine.WebhookServiceFactory
NewServiceFactory creates a new webhook service factory
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.