Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apiguy/go-hmacauth
/ types & classes
Types & classes
8 in github.com/apiguy/go-hmacauth
⨍
Functions
39
◇
Types & classes
8
Class
HMACAuth
Signs the request for use with the super-cool go-hmacauth library Basic Usage: auth = HMACAuth("<my-api-key>", "<my-secret-key">
clients/requests.py:13
Struct
HMACAuthError
errors.go:18
Struct
HeaderMissingError
errors.go:34
FuncType
KeyLocator
func(string) string
hmacauth.go:35
Struct
Options
hmacauth.go:38
Struct
RepeatedParameterError
errors.go:26
Struct
authBits
hmacauth.go:44
FuncType
middleware
func(http.ResponseWriter, *http.Request)
hmacauth.go:34