We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This will give us a more structured Redactor than what's currently in Logger.
Redactor
Logger
Also create an embedable NilRedactor to satisfy the interface for types that don't need any redaction.
NilRedactor
The text was updated successfully, but these errors were encountered:
Actually, instead of having to embed NilRedactor, we could redactor, ok := request.(Redactor) to keep the no-redactor-necessary case simple.
redactor, ok := request.(Redactor)
Sorry, something went wrong.
The Request and Response interfaces have been removed.
Request
Response
No branches or pull requests
This will give us a more structured
Redactor
than what's currently inLogger
.Also create an embedable
NilRedactor
to satisfy the interface for types that don't need any redaction.The text was updated successfully, but these errors were encountered: