Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheckResponse ¶
type HealthCheckResponse struct {
Actions []string `json:"actions"`
}
type WebhooksController ¶
type WebhooksController struct {
// contains filtered or unexported fields
}
func New ¶
func New(sc *server.ServerConfig, p *partition.Partition) *WebhooksController
func (*WebhooksController) Start ¶
func (c *WebhooksController) Start() (func() error, error)
Click to show internal directories.
Click to hide internal directories.