Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
// Address holds the address of the MongoDB
// server to connect to, in host:port form.
Address string `yaml:"address"`
// Database holds the database name to use.
// If this is empty, "candid" will be used.
Database string `yaml:"database"`
}
Params holds the specification for the parameters used in the config file.
Click to show internal directories.
Click to hide internal directories.