(file *ini.File)
| 79 | } |
| 80 | |
| 81 | func 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 | |
| 87 | func LoadJaeger(file *ini.File) { |
| 88 | JaegerHost = file.Section("Jaeger").Key("JaegerHost").String() |