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

Struct Config

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

Source from the content-addressed store, hash-verified

7)
8
9type Config struct {
10 Server ServerC `yaml:"server"`
11 Debug DebugC `yaml:"debug"`
12 Mysql MysqlS `yaml:"mysql"`
13 UserList []UserInfo `yaml:"userlist"`
14 P2P P2PS `yaml:"p2p"`
15}
16
17type ServerC struct {
18 Addr string `yaml:"addr"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected