Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MockCfg = &Cfg{
URL: "mock",
Port: 3322,
UserName: "immudb",
Password: "immudb",
}
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg struct { URL string `json:"url"` Port int `json:"port"` UserName string `json:"user_name"` Password string `json:"password"` *im.Options }
func NewImmuCfg ¶
Click to show internal directories.
Click to hide internal directories.