Documentation ¶
Index ¶
Constants ¶
View Source
const (
Scheme = "etcd"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func (*Builder) Build ¶
func (b *Builder) Build(target resolver.Target, cc resolver.ClientConn, opts resolver.BuildOptions) (resolver.Resolver, error)
Build creates a new resolver for the given target.
gRPC dial calls Build synchronously, and fails if the returned error is not nil.
func (*Builder) DebugStore ¶
func (b *Builder) DebugStore()
func (*Builder) Scheme ¶
Scheme returns the scheme supported by this resolver. Scheme is defined at https://github.com/grpc/grpc/blob/master/doc/naming.md.
Click to show internal directories.
Click to hide internal directories.