//
pkg.gl
Category
github.com/tmax-cloud/cd-operator
pkg
server
package
0.0.2
Repository:
https://github.com/tmax-cloud/cd-operator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
147 SLOC
#
Functions
AddPlugin
AddPlugin adds handler for specific events.
HandleEvent
HandleEvent passes webhook event to plugins.
New
New is a constructor of a server.
#
Structs
HTTPServer
server is a HTTP server for git webhook API and report page.
#
Interfaces
Plugin
Plugin is a webhook plugin interface, which handles git webhook payloads.
Server
Server is an interface of server.