Versions in this module Expand all Collapse all v1 v1.7.2 Dec 19, 2024 v1.7.1 Dec 19, 2024 Changes in this version + func MakeDevMsgSignature(paramValues ...string) string + func VerifyHTTPRequestSignature(token string, url *url.URL, body string) bool + func VerifySignature(token string, x ToMsgSignature) bool + type ToMsgSignature interface + GetMsgSignature func() (string, bool) + GetParamValues func() ([]string, bool)