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
The Go Doc for NewDefaultAuditEventWriter says:
NewDefaultAuditEventWriter
// AuditEventEncoderJSON is an encoder that encodes audit events // using a default JSON encoder.
Is AuditEventEncoderJSON a typo in the documentation, or should that be the function's name? Is the function supposed to use a JSON encoder?
AuditEventEncoderJSON
The text was updated successfully, but these errors were encountered:
@stephen-fox it's a leftover from the initial implementation. That doc needs to be rewritten.
Sorry, something went wrong.
No branches or pull requests
The Go Doc for
NewDefaultAuditEventWriter
says:Is
AuditEventEncoderJSON
a typo in the documentation, or should that be the function's name? Is the function supposed to use a JSON encoder?The text was updated successfully, but these errors were encountered: