Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cblogger *logrus.Logger
Functions ¶
func GetConfigString ¶
func GetConfigString(configInfos *CBSTORECONFIG) string
Types ¶
type CBSTORECONFIG ¶
type CBSTORECONFIG struct { STORETYPE string // option: NUTSDB | ETCD NUTSDB struct { DBPATH string SEGMENTSIZE int64 } ETCD struct { ETCDSERVERPORT string } }
func GetConfigInfos ¶
func GetConfigInfos() *CBSTORECONFIG
func NewCBSTORECONFIG ¶ added in v0.8.1
func NewCBSTORECONFIG() CBSTORECONFIG
Click to show internal directories.
Click to hide internal directories.