()
| 79 | } |
| 80 | |
| 81 | func (mc managerConfig) APIBaseList() []string { |
| 82 | if len(mc.APIList) > 0 { |
| 83 | return mc.APIList |
| 84 | } |
| 85 | return []string{mc.APIBase} |
| 86 | } |
| 87 | |
| 88 | type serverConfig struct { |
| 89 | Hostname string `toml:"hostname"` |
no outgoing calls
no test coverage detected