Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookServer ¶
type WebhookServer struct { Port int Hosts controllertraffic.HostService Certificates controllertraffic.CertificateService }
func NewWebhookServer ¶
func NewWebhookServer(hostService controllertraffic.HostService, certsService controllertraffic.CertificateService, port int) *WebhookServer
Click to show internal directories.
Click to hide internal directories.