Versions in this module Expand all Collapse all v0 v0.2.0 Jan 3, 2023 v0.1.0 Jan 3, 2023 Changes in this version + func New(_ context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + PublicKey string + func CreateConfig() *Config + type Middleware struct + func (a *Middleware) ServeHTTP(rw http.ResponseWriter, req *http.Request)