StaticDiscovery staticDiscovery
| 17 | |
| 18 | //StaticDiscovery staticDiscovery |
| 19 | type Discovery struct { |
| 20 | } |
| 21 | |
| 22 | //SetConfig setConfig |
| 23 | func (d *Discovery) SetConfig(config string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected