Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Node NodeConfig `toml:"node"` Mongo MongoConfig `toml:"mongo"` }
func LoadConfig ¶
type MongoConfig ¶
func (*MongoConfig) GetAddress ¶
func (cfg *MongoConfig) GetAddress() string
func (*MongoConfig) GetURI ¶
func (cfg *MongoConfig) GetURI() string
type NodeConfig ¶
func (*NodeConfig) GetAddress ¶
func (cfg *NodeConfig) GetAddress() string
Click to show internal directories.
Click to hide internal directories.