var (
// if we receive requests to resolve any of those (and they don't happen to be available), we panic
UNSUPPORTED_SERVICES = []string{""}
)
func DialService(ctx context.Context, serviceurl string) (net.Conn, error)
dial a service (using local "registry" to find the local port) serviceurl is something like "direct://[host]:port"
func RegisterService(rsr *reg.RegisterServiceRequest) (string, error)
register a service with the local "registry"
func Registry_V2GetTarget(ctx context.Context, req *reg.V2GetTargetRequest) (*reg.V2GetTargetResponse, error)
find all registrations for a given service