MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / DebugC

Struct DebugC

IceFireDB-SQLProxy/pkg/config/config.go:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type DebugC struct {
42 Enable bool `yaml:"enable"`
43 Port int `yaml:"port"`
44}
45
46type P2PS struct {
47 Enable bool `yaml:"enable"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected