package
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 30, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Log struct {
Id []byte `bson:"_id"`
Records []Record `bson:"records"`
Err error `bson:"-"`
}
type Record struct {
Id []byte `bson:"id"`
PrevId []byte `bson:"prevId"`
Payload []byte `bson:"payload"`
Created time.Time `bson:"created"'`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.