Versions in this module Expand all Collapse all v1 v1.0.0 Oct 23, 2023 Changes in this version + func Config(r *http.Request) config.Config + func Core(r *http.Request) core.Core + func CtxConfig(cfg config.Config) func(context.Context) context.Context + func CtxCore(cfg config.Config) func(context.Context) context.Context + func CtxLog(entry *logan.Entry) func(context.Context) context.Context + func Log(r *http.Request) *logan.Entry + func PostRelayTask(w http.ResponseWriter, r *http.Request)