Documentation ¶
Index ¶
Constants ¶
View Source
const (
NA = "not_available"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebHookServerInt ¶
type WebHookServerInt interface { Start() Stop() // contains filtered or unexported methods }
func NewWebhookServer ¶
func NewWebhookServer(webHook WebHookServerParameters) (WebHookServerInt, error)
Click to show internal directories.
Click to hide internal directories.