Versions in this module Expand all Collapse all v1 v1.0.2 Dec 15, 2017 Changes in this version + type FSM struct + func New(gc *state.TombstoneGC, logOutput io.Writer) (*FSM, error) + func (c *FSM) Apply(log *raft.Log) interface{} + func (c *FSM) Restore(old io.ReadCloser) error + func (c *FSM) Snapshot() (raft.FSMSnapshot, error) + func (c *FSM) State() *state.Store