| 197 | } |
| 198 | |
| 199 | type LogicBase struct { |
| 200 | ServerId string `mapstructure:"serverId"` |
| 201 | CpuNum int `mapstructure:"cpuNum"` |
| 202 | RpcAddress string `mapstructure:"rpcAddress"` |
| 203 | CertPath string `mapstructure:"certPath"` |
| 204 | KeyPath string `mapstructure:"keyPath"` |
| 205 | } |
| 206 | |
| 207 | type LogicConfig struct { |
| 208 | LogicBase LogicBase `mapstructure:"logic-base"` |
nothing calls this directly
no outgoing calls
no test coverage detected