reflection

package
v3.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 15 Imported by: 4

Documentation

Overview

Package reflection implements server reflection service.

The service implemented is defined in: https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DubbogoServerReflectionServer added in v3.0.4

type DubbogoServerReflectionServer struct {
	rpb.UnimplementedServerReflectionServer
	// contains filtered or unexported fields
}

func (*DubbogoServerReflectionServer) ServerReflectionInfo added in v3.0.4

ServerReflectionInfo is the reflection service handler.

func (*DubbogoServerReflectionServer) SetGRPCServer added in v3.0.4

func (r *DubbogoServerReflectionServer) SetGRPCServer(s *grpc.Server)

type GRPCServer

type GRPCServer interface {
	grpc.ServiceRegistrar
	GetServiceInfo() map[string]grpc.ServiceInfo
}

GRPCServer is the interface provided by a gRPC server. It is implemented by *grpc.Server, but could also be implemented by other concrete types. It acts as a registry, for accumulating the services exposed by the server.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL