MCPcopy Create free account
hub / github.com/UESTCByteDance/ByteRhythm / LoadEtcd

Function LoadEtcd

config/config.go:81–85  ·  view source on GitHub ↗
(file *ini.File)

Source from the content-addressed store, hash-verified

79}
80
81func LoadEtcd(file *ini.File) {
82 EtcdHost = file.Section("Etcd").Key("EtcdHost").String()
83 EtcdPort = file.Section("Etcd").Key("EtcdPort").String()
84 wg.Done()
85}
86
87func LoadJaeger(file *ini.File) {
88 JaegerHost = file.Section("Jaeger").Key("JaegerHost").String()

Callers 1

InitFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected