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

Struct Config

IceFireDB-SQLite/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 `mapstructure:"server" json:"server"`
11 Debug DebugC `mapstructure:"debug" json:"debug"`
12 SQLite SQLiteC `mapstructure:"sqlite" json:"sqlite"`
13 P2P P2PS `mapstructure:"p2p" json:"p2p"`
14 UserList []UserInfo `mapstructure:"userlist" json:"userlist"`
15}
16
17type ServerC struct {
18 Addr string `mapstructure:"addr" json:"addr"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected