Documentation ¶ Index ¶ type Delivery func NewDelivery(log *zap.Logger, maxRetries int) *Delivery func (d *Delivery) Deliver(ctx context.Context, url string, secret string, event map[string]interface{}) error func (d *Delivery) VerifySignature(payload []byte, signature, secret string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Delivery ¶ type Delivery struct { // contains filtered or unexported fields } func NewDelivery ¶ func NewDelivery(log *zap.Logger, maxRetries int) *Delivery func (*Delivery) Deliver ¶ func (d *Delivery) Deliver(ctx context.Context, url string, secret string, event map[string]interface{}) error func (*Delivery) VerifySignature ¶ func (d *Delivery) VerifySignature(payload []byte, signature, secret string) bool Source Files ¶ View all Source files delivery.go Click to show internal directories. Click to hide internal directories.