Documentation ¶
Index ¶
Constants ¶
View Source
const (
// EndpointSepChar is the separator char in endpoints.
EndpointSepChar = ','
)
Variables ¶
This section is empty.
Functions ¶
func GetEndpoints ¶
GetEndpoints returns the endpoints from the given target.
Types ¶
type ResolverDirect ¶
type ResolverDirect struct { }
func NewResolverDirect ¶
func NewResolverDirect() *ResolverDirect
func (*ResolverDirect) Build ¶
func (rd *ResolverDirect) Build(target resolver.Target, cc resolver.ClientConn, _ resolver.BuildOptions) ( resolver.Resolver, error)
func (*ResolverDirect) Scheme ¶
func (rd *ResolverDirect) Scheme() string
Click to show internal directories.
Click to hide internal directories.