Versions in this module Expand all Collapse all v2 v2.0.1 Dec 19, 2024 v2.0.0 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)