package
1.0.0
Repository: https://github.com/containerssh/auditlog.git
Documentation: pkg.go.dev

# Functions

NewDecoder Creates a decoder for the CBOR+GZIP audit log format.
NewEncoder creates an encoder that encodes messages in CBOR+GZIP format as documented on https://containerssh.github.io/advanced/audit/format/.

# Constants

CurrentVersion describes the current binary log version number.
FileFormatLength describes the length of the magic string.
FileFormatMagic is the magic string that needs to appear in the header.

# Structs

Header is the structure of the audit log header.