Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + func IsInitialized(path string) bool + type Mock struct + C config.Config + D ds.ThreadSafeDatastore + func (m *Mock) Close() error + func (m *Mock) Config() *config.Config + func (m *Mock) Datastore() ds.ThreadSafeDatastore + func (m *Mock) GetConfigKey(key string) (interface{}, error) + func (m *Mock) SetConfig(updated *config.Config) error + func (m *Mock) SetConfigKey(key string, value interface{}) error + type Repo interface + Config func() *config.Config + Datastore func() datastore.ThreadSafeDatastore + GetConfigKey func(key string) (interface{}, error) + SetConfig func(*config.Config) error + SetConfigKey func(key string, value interface{}) error