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

Function LoadQiNiuYun

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

Source from the content-addressed store, hash-verified

107}
108
109func LoadQiNiuYun(file *ini.File) {
110 Bucket = file.Section("QiNiuYun").Key("Bucket").String()
111 AccessKey = file.Section("QiNiuYun").Key("AccessKey").String()
112 SecretKey = file.Section("QiNiuYun").Key("SecretKey").String()
113 Domain = file.Section("QiNiuYun").Key("Domain").String()
114 wg.Done()
115}
116
117func LoadRabbitMQ(file *ini.File) {
118 RabbitMQ = file.Section("RabbitMQ").Key("RabbitMQ").String()

Callers 1

InitFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected