Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 363 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 363 Bytes

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.