Documentation
¶
Index ¶
- Constants
- type Config
- func (c *Config) GetAccount() accountservice.Config
- func (c *Config) GetDrpc() rpc.Config
- func (c *Config) GetFCM() fcm.Config
- func (c *Config) GetMetric() metric.Config
- func (c *Config) GetMongo() db.Mongo
- func (c *Config) GetNodeConf() nodeconf.Configuration
- func (c *Config) GetNodeConfStorePath() string
- func (c *Config) GetNodeConfUpdateInterval() int
- func (c *Config) GetQuic() quic.Config
- func (c *Config) GetRedis() redisprovider.Config
- func (c *Config) GetSecureService() secureservice.Config
- func (c *Config) GetYamux() yamux.Config
- func (c *Config) Init(a *app.App) (err error)
- func (c *Config) Name() (name string)
Constants ¶
View Source
const CName = "config"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Account accountservice.Config `yaml:"account"` Mongo db.Mongo `yaml:"mongo"` Redis redisprovider.Config `yaml:"redis"` Drpc rpc.Config `yaml:"drpc"` Yamux yamux.Config `yaml:"yamux"` Quic quic.Config `yaml:"quic"` Network nodeconf.Configuration `yaml:"network"` NetworkStorePath string `yaml:"networkStorePath"` NetworkUpdateIntervalSec int `yaml:"networkUpdateIntervalSec"` FCM fcm.Config `yaml:"fcm"` Metric metric.Config `yaml:"metric"` }
func NewFromFile ¶
func (*Config) GetAccount ¶
func (c *Config) GetAccount() accountservice.Config
func (*Config) GetNodeConf ¶
func (c *Config) GetNodeConf() nodeconf.Configuration
func (*Config) GetNodeConfStorePath ¶
func (*Config) GetNodeConfUpdateInterval ¶
func (*Config) GetRedis ¶
func (c *Config) GetRedis() redisprovider.Config
func (*Config) GetSecureService ¶
func (c *Config) GetSecureService() secureservice.Config
Click to show internal directories.
Click to hide internal directories.