Documentation
¶
Index ¶
- Variables
- func Open(path string, checkpointToken uint64) (*Log, []Record, error)
- func OpenWithOptions(path string, checkpointToken uint64, options OpenOptions) (*Log, []Record, OpenReport, error)
- func OpenWithReport(path string, checkpointToken uint64) (*Log, []Record, OpenReport, error)
- type Log
- type OpenOptions
- type OpenReport
- type Record
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCorrupt = errors.New("meldbase wal: corrupt log") ErrRecoveryRequired = errors.New("meldbase wal: recovery required") )
Functions ¶
func OpenWithOptions ¶
func OpenWithOptions(path string, checkpointToken uint64, options OpenOptions) (*Log, []Record, OpenReport, error)
func OpenWithReport ¶
Types ¶
type OpenOptions ¶
type OpenOptions struct{ RequireClean bool }
type OpenReport ¶
Click to show internal directories.
Click to hide internal directories.