MCPcopy Create free account
hub / github.com/LockGit/gochat / LogicBase

Struct LogicBase

config/config.go:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199type 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
207type LogicConfig struct {
208 LogicBase LogicBase `mapstructure:"logic-base"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected