components-contrib/nameresolution
Josh van Leeuwen d8ac01bc76
Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699)
Signed-off-by: joshvanl <me@joshvanl.dev>
2025-03-12 13:50:32 -07:00
..
consul Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
kubernetes Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
mdns Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
sqlite Update go -> 1.24.1 & golangci-lint -> 1.64.6 (#3699) 2025-03-12 13:50:32 -07:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Local file-based name resolver with SQLite (#3178) 2023-11-01 15:49:22 -07:00
nameresolution.go Interfaces: Update all component interfaces to implement io.Closer (#3542) 2024-09-19 08:53:22 -07:00

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.