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:"redis" yaml:"redis"` 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"` FileAccess config.FileAccess `mapstructure:"file_access" yaml:"file_access"` }
Click to show internal directories.
Click to hide internal directories.