Versions in this module Expand all Collapse all v1 v1.14.5 Sep 30, 2017 v1.14.4 Aug 22, 2017 Changes in this version + type SaveableOption interface + AddSaveable func(name string, saveable statemanager.Saveable) statemanager.Option + func NewSaveableOption() SaveableOption + type StateManager interface + NewStateManager func(cfg *config.Config, options ...statemanager.Option) (statemanager.StateManager, error) + func NewStateManager() StateManager