package
0.0.0-20230919112353-bd4e2c0a3a3c
Repository: https://github.com/hyperledger-labs/mirbft.git
Documentation: pkg.go.dev

# Functions

BufferSizeOpt overrides the default buffer size of the interceptor buffer.
CompressionLevelOpt takes any of the compression levels supported by the golang standard gzip package.
No description provided by the author
No description provided by the author
RetainRequestDataOpt indicates that the full request data should be embedded into the logs.
TimeSourceOpt can be used to override the default time source for an interceptor.
No description provided by the author

# Constants

DefaultBuffer size is the number of unwritten state events which may be held in queue before blocking.
DefaultCompressionLevel is used for event capture when not overridden.

# Structs

No description provided by the author
Recorder is intended to be used as an imlementation of the mirbft.EventInterceptor interface.

# Interfaces

No description provided by the author