Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Aug 5, 2016 Changes in this version + type Hook struct + Event string + Id string + Payload []byte + Signature string + func New(req *http.Request) (hook *Hook, err error) + func Parse(secret []byte, req *http.Request) (hook *Hook, err error) + func (h *Hook) Extract(dst interface{}) error + func (h *Hook) SignedBy(secret []byte) bool