package
0.0.0-20241003115450-41684193fcab
Repository: https://github.com/percybear/wal.git
Documentation: pkg.go.dev
# Functions
NewDistributedLog creates a new DistributedLog instance.
NewLog creates a new log using the provided directory.
No description provided by the author
# Structs
A Config is the configuration for the log.
The DistributedLog struct represents a distributed log that is used to store and retrieve data.
A Log is a sequence of segments, the log is designed to be append-only.
A Replicator here is pull-based, it copies other servers logs to the local server.
No description provided by the author
# Type aliases
START: fsm_append.