Versions in this module Expand all Collapse all v1 v1.1.0 Oct 7, 2022 v1.0.0 Mar 9, 2022 Changes in this version + const RequestTypeJSON + func SigningString(body string, method string, path string, date string) string + type Signature struct + func New(secret string, apikey string, request *http.Request) *Signature + func (s *Signature) Append() (*http.Request, error) + func (s *Signature) Signature(date string) (string, error)