Documentation ¶
Index ¶
- Variables
- func MainCfg(baseName, connect, bindHttp, register, dataDir string) (cbft.Cfg, error)
- func MainCfgCB(baseName, urlStr, bindHttp, register, dataDir string) (cbft.Cfg, error)
- func MainCfgSimple(baseName, connect, bindHttp, register, dataDir string) (cbft.Cfg, error)
- func MainUUID(baseName, dataDir string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorBindHttp = errors.New("main_cfg:" +
" couchbase cfg needs network/IP address for bindHttp,\n" +
" Please specify a network/IP address for the -bindHttp parameter\n" +
" (non-loopback, non-127.0.0.1/localhost, non-0.0.0.0)\n" +
" so that this node can be clustered with other nodes.")
Functions ¶
func MainCfgSimple ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.