Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrCancelPR ¶
ErrCancelPR is the error returned when a pr should be canceled.
func (*ErrCancelPR) Error ¶
func (ec *ErrCancelPR) Error() string
type Handler ¶
type Handler struct { Config HandlerConfig `yaml:",inline"` // contains filtered or unexported fields }
Handler is the hooksvc handler.
type HandlerConfig ¶
type HandlerConfig struct { TLS config.CertConfig `yaml:"tls"` QueueEndpoint string `yaml:"queue_service"` // endpoint of queuesvc to submit to DataEndpoint string `yaml:"data_service"` LogEndpoint string `yaml:"log_service"` }
HandlerConfig configures the hooksvc handler.
Click to show internal directories.
Click to hide internal directories.