package
0.1.1
Repository: https://github.com/stealthrocket/timecraft.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewLogReader construct a new log reader consuming input from the given io.Reader.
NewLogRecordReader creates a log record iterator.
NewLogRecordWriter creates a LogRecordWriter.
NewLogWriter constructs a new log writer which produces output to the given io.Writer.
No description provided by the author
No description provided by the author

# Constants

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

# Variables

ErrNoRecords is an error returned when no log records could be found for a given process id.

# Structs

LogReader instances allow programs to read the content of a record log.
LogRecordReader wraps a LogReader to help with reading individual records in order.
LogRecordWriter wraps a LogWriter to help with write batching.
LogWriter supports writing log segments to an io.Writer.
Record is a read-only record from the log.
RecordBatch is a read-only batch of records read from a log segment.
RecordBatchBuilder is a builder for record batches.
RecordBuilder is a builder for records.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author