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

Struct DebugC

IceFireDB-SQLite/pkg/config/config.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type DebugC struct {
31 Enable bool `mapstructure:"enable" json:"enable"`
32 Port int `mapstructure:"port" json:"port"`
33}
34
35type P2PS struct {
36 Enable bool `mapstructure:"enable" json:"enable"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected