# Variables

ResolveJSONRequest parses the request body as json.
ResolveJSONResponse parses the response body as json.
ResolveRequest writes request to logrus.Fields.request["request"].
ResolveRequest writes request to logrus.Fields.request["request"].

# Structs

No description provided by the author

# Type aliases

ContextResolver is a callback function that instructs commonlogger when to do when a context is logged.
RequestResolver is a callback function that instructs commonlogger when to do when a *http.Request is logged.
ResponseResolver is the callback function used wheen receiving a resposne into the logger.