package
0.0.0-20241224000345-9d0ca11b7e83
Repository: https://github.com/gilperopiola/grpc-gateway-impl.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
If Debug is true, logs external API calls.
No description provided by the author
Used to log unexpected errors that also should trigger a panic.
Helps keeping code clean and readable, lets you omit the error check on the caller.
No description provided by the author
We log both GRPC and HTTP requests, just because.
Helps keeping code clean and readable, lets you omit the error check on the caller when you can get away with just logging it.
No description provided by the author
No description provided by the author
Used to log strange behaviour that isn't necessarily bad or an error.
Used to log security-related things that shouldn't happen, like a non-admin trying to access admin endpoints.
Used to log unexpected errors, like panic recoveries or some connection errors.
Replaces the global Logger in the zap package with a new one.
On Windows I get a *fs.PathError calling zap.L().Sync() to flush logger on shutdown.
Helps keeping code clean and readable, lets you omit the error check on the caller when you just need to log-warn the err.

# Constants

No description provided by the author

# Variables

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