Versions in this module Expand all Collapse all v0 v0.0.3 Apr 21, 2025 v0.0.2 Apr 21, 2025 Changes in this version + func NewResolver(opts ...Option) resolver.Interface + type Option func(*Resolver) + func WithResolveFunc(f func(string) (resolver.Address, error)) Option + type Resolver struct + IsClosed bool + func (r *Resolver) Close() error + func (r *Resolver) Resolve(name string) (resolver.Address, error)