terraform/svchost/disco
Martin Atkins 74180229d0 svchost/disco: allow overriding discovery for a particular hostname
The default network-based discovery is not desirable for all situations,
so this mechanism allows callers to provide a services map for a given
hostname that was obtained some other way (caller-defined) which will then
cause network-based discovery to be skipped and the given map to be
returned verbatim.
2017-10-26 08:58:52 -07:00
..
disco.go svchost/disco: allow overriding discovery for a particular hostname 2017-10-26 08:58:52 -07:00
disco_test.go svchost/disco: allow overriding discovery for a particular hostname 2017-10-26 08:58:52 -07:00
host.go
host_test.go