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

Struct LogicConfig

config/config.go:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207type LogicConfig struct {
208 LogicBase LogicBase `mapstructure:"logic-base"`
209}
210
211type TaskBase struct {
212 CpuNum int `mapstructure:"cpuNum"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected