package
23.10.11+incompatible
Repository: https://github.com/projecteru2/core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewHydro initailizes a new Hydro instance.
NewHydroEvent initializes a new HydroEvent instance.

# Structs

Hydro is the simplest wal implementation.
HydroEvent indicates a log event.

# Interfaces

Closer is the interface that groups the Close methods.
EventHandler is the interface that groups a few methods.
Logger is the interface that wraps the basic Log method.
Recoverer is the interface that wraps the basic Recover method.
Registry is the interface that wraps the basic Register method.
WAL is the interface that groups the Register and Recover interfaces.

# Type aliases

Commit is a function for committing an event log.