package
0.0.0-20220217030526-e5e4c6bc14f7
Repository: https://github.com/ipfs-force-community/venus-common-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OpenFSJournal constructs a rolling filesystem journal, with a default per-file size limit of 1GiB.
ParseDisabledEvents parses a string of the form: "system1:event1,system1:event2[,...]" into a DisabledEvents object, returning an error if the string failed to parse.

# Constants

No description provided by the author

# Variables

DefaultDisabledEvents lists the journal events disabled by default, usually because they are considered noisy.

# Structs

Event represents a journal entry.
EventType represents the signature of an event.

# Interfaces

EventTypeRegistry is a component that constructs tracked EventType tokens, for usage with a Journal.
Journal represents an audit trail of system actions.

# Type aliases

DisabledEvents is the set of event types whose journaling is suppressed.