Versions in this module Expand all Collapse all v1 v1.0.2 Jun 10, 2023 Changes in this version + const FileName + type Wal struct + func New() (*Wal, error) + func (w *Wal) Delete(key []byte) error + func (w *Wal) Get(key []byte) error + func (w *Wal) Put(key []byte, value []byte) error + func (w *Wal) Read(index uint64) ([]byte, error) + func (w *Wal) ReadLast() ([]byte, error) + func (w *Wal) Update(key []byte, value []byte) error + func (w *Wal) Write(data []byte) error + type WriteMessage struct + Key []byte + Type int + Value []byte