package
1.2.9
Repository: https://github.com/core-go/core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetReqID returns a request ID from the given context if one is present.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewWrapResponseWriter wraps an http.ResponseWriter, returning a proxy that allows you to hook into various parts of the response process.
PanicHandler refer to https://medium.com/@masnun/panic-recovery-middleware-for-go-http-handlers-51147c941f9 and http://www.golangtraining.in/lessons/middleware/recovering-from-panic.html.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

RequestIDKey is the key that holds the unique request ID in a request context.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
WrapResponseWriter is a proxy around an http.ResponseWriter that allows you to hook into various parts of the response process.