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

Function LoadJaeger

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

Source from the content-addressed store, hash-verified

85}
86
87func LoadJaeger(file *ini.File) {
88 JaegerHost = file.Section("Jaeger").Key("JaegerHost").String()
89 JaegerPort = file.Section("Jaeger").Key("JaegerPort").String()
90 wg.Done()
91}
92
93func LoadGin(file *ini.File) {
94 HttpHost = file.Section("Gin").Key("HttpHost").String()

Callers 1

InitFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected