Versions in this module Expand all Collapse all v1 v1.8.1 Mar 10, 2020 Changes in this version + type Publisher interface + Publish func(body string, headers map[string]string, target string) + type WebhookPublisher struct + func MakeWebhookPublisher(logger *zap.Logger, baseUrl string) *WebhookPublisher + func (p *WebhookPublisher) Publish(body string, headers map[string]string, target string)