Versions in this module Expand all Collapse all v0 v0.10.0 Feb 20, 2018 v0.9.0 Oct 20, 2017 Changes in this version + type BoltdbConfig struct + type LeveldbConfig struct + type StorageConfig struct + Boltdb *BoltdbConfig + Driver string + Elastic *index.ElasticsearchConfig + Leveldb *LeveldbConfig v0.8.0 Jun 24, 2017 Changes in this version + type StorageModule struct + func (this StorageModule) Name() string + func (this StorageModule) Start(cfg *config.Config) + func (this StorageModule) Stop() error