package
0.0.0-20240904164825-2628afb72d97
Repository: https://github.com/mccutchen/urlresolverapi.git
Documentation: pkg.go.dev
# Functions
ParseAuthMap takes a slice of token strings in "client-id:token-value" form and returns a mapping from token value to client ID.
Wrap wraps an http handler with middleware to add instrumentation, error handling, authentication, and rate limiting.
# Type aliases
AuthMap maps from opaque token value to client ID.