Versions in this module Expand all Collapse all v0 v0.0.2 Oct 7, 2021 v0.0.1 Sep 30, 2021 Changes in this version + func AddPlugin(events []git.EventType, p Plugin) + func HandleEvent(wh *git.Webhook, ic *cdv1.Application) error + type HTTPServer struct + func New(c client.Client, cfg *rest.Config) *HTTPServer + func (s *HTTPServer) Start() + type Plugin interface + Handle func(*git.Webhook, *cdv1.Application) error + type Server interface + Start func()