Documentation
¶
Overview ¶
Package ghook provides functionality to unmarshal a JSON payload including verifying the signature for Github Hooks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptySecret = errors.New("ghook: empty secret provided") ErrHookMisconfigured = errors.New("ghook: hook secret not configured on github") ErrInvalidSigPrefix = errors.New("ghook: invalid signature prefix") ErrInvalidSigHex = errors.New("ghook: invalid signature hex") ErrSigMismatch = errors.New("ghook: signature mismatch") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.