# Functions

Any custom immutable any field.
Float64 custom immutable float32 field.
Int64 custom immutable int64 field.
Logger returns a gin.HandlerFunc (middleware) that logs requests using uber-go/zap.
Recovery returns a gin.HandlerFunc (middleware) that recovers from any panics and logs requests using uber-go/zap.
String custom immutable string field.
Uint64 custom immutable uint64 field.
WithBodyLimit optional custom request/response body limit.
WithCustomFields optional custom field.
WithEnableBody optional custom enable request/response body.
No description provided by the author
WithExternalEnableBody optional custom enable request/response body control by external itself.
WithSkipLogging optional custom skip logging option.
WithSkipRequestBody optional custom skip request body logging option.
WithSkipResponseBody optional custom skip response body logging option.
WithUseLoggerLevel optional use logging level.

# Structs

Config logger/recover config.

# Type aliases

Option logger/recover option.