Versions in this module Expand all Collapse all v1 v1.0.0 Oct 27, 2024 Changes in this version + func Marshal(pairs []KeyValuePair) ([]byte, error) + func Unmarshal(data []byte, v interface{}) error + type KeyValuePair struct + Key string + Value interface{} + func MapToKeyValuePairs(m map[string]interface{}) []KeyValuePair + type Middleware struct + func NewLoggerMiddleware(sensitiveFields []string, logger *log.Logger) *Middleware + func (lm *Middleware) Middleware(next http.Handler) http.Handler