Versions in this module Expand all Collapse all v0 v0.7.0 Dec 8, 2016 Changes in this version + type Wal struct + func Init(walStore *store.Store, id uint64) *Wal + func (w *Wal) Entries(gid uint32, fromTerm, fromIndex uint64) (es []raftpb.Entry, rerr error) + func (w *Wal) HardState(gid uint32) (hd raftpb.HardState, rerr error) + func (w *Wal) Snapshot(gid uint32) (snap raftpb.Snapshot, rerr error) + func (w *Wal) Store(gid uint32, s raftpb.Snapshot, h raftpb.HardState, es []raftpb.Entry) error