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

Struct Config

driver/crdt/db.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28var NilBytes = []byte{0}
29
30type Config struct {
31 ServiceName string
32 DataSyncChannel string
33 NetDiscoveryChannel string
34}
35
36var DefaultConfig = Config{
37 ServiceName: "icefiredb",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected