Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSkipBuild = errors.New("build skip")
ErrSkipBuild is a error of build skip.
Functions ¶
This section is empty.
Types ¶
type HealthController ¶ added in v0.5.0
HealthController is a handler of health check.
func (*HealthController) ServeHTTP ¶ added in v0.5.0
func (c *HealthController) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP responses a server status
type LogController ¶ added in v0.2.0
LogController is a handler of stored log.
func (*LogController) ServeHTTP ¶ added in v0.2.0
func (c *LogController) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP responses a log of specific uuid.
type WebhooksController ¶ added in v0.3.4
WebhooksController is a handler of webhook.
func (*WebhooksController) ServeHTTP ¶ added in v0.3.4
func (c *WebhooksController) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP receive webhook.
Click to show internal directories.
Click to hide internal directories.