Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Josh van Leeuwen <me@joshvanl.dev> Co-authored-by: Bernd Verst <github@bernd.dev> |
||
---|---|---|
.. | ||
consul | ||
kubernetes | ||
mdns | ||
sqlite | ||
README.md | ||
metadata.go | ||
nameresolution.go | ||
requests.go |
README.md
Name resolution
Name resolvers provide a common way to interact with different name resolvers, which are used to return the address or IP of other services your applications may connect to.
Implementing a new Name Resolver
A compliant name resolver needs to implement the Resolver
inteface included in the nameresolution.go
file.