Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2024 Changes in this version + const DefaultSignatureHeader + type GoWebHook struct + AdditionalHeaders map[string]string + IsSecure bool + Payload GoWebHookPayload + PreferredMethod string + PreparedData []byte + ResultingSha string + SignatureHeader string + func (hook *GoWebHook) Create(data interface{}, resource, secret string) + func (hook *GoWebHook) Send(receiverURL string) (*http.Response, error) + type GoWebHookPayload struct + Data interface{} + Resource string + type Repository struct + FullName string + PullNumber string + type Webhook struct + Path string + RepositoryURL string + func (w *Webhook) CreateAndSend(saltSecret, webhookTarget string) (*http.Response, error)