Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder interface {
// Build creates a new resolver for the given target.
// gRPC dial calls Build synchronously, and fails if the returned error is
// not nil.
Build(addr string) (Resolver, error)
// Scheme returns the scheme supported by this resolver.
Scheme() string
}
Builder creates a resolver that will be used to watch name resolution updates.
Click to show internal directories.
Click to hide internal directories.