Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceConfigs ¶
type ServiceConfigs struct { MySQL config.MySQL `mapstructure:"mysql" yaml:"mysql"` Redis config.Redis `mapstructure:"cache" yaml:"cache"` JWT config.JWT `mapstructure:"jwt" yaml:"jwt"` ETCD config.ETCD `mapstructure:"etcd" yaml:"etcd"` RPCServer config.RPCServer `mapstructure:"rpc_server" yaml:"rpc_server"` StaticResource config.StaticResource `mapstructure:"static_resource" yaml:"static_resource"` MongoDB config.MongoDB `mapstructure:"mongodb" yaml:"mongodb"` Play config.Play `mapstructure:"play" yaml:"play"` }
Click to show internal directories.
Click to hide internal directories.