Versions in this module Expand all Collapse all v3 v3.1.2 Feb 5, 2024 Changes in this version + var File_reflection_proto protoreflect.FileDescriptor + var ServerReflection_ServiceDesc = grpc_go.ServiceDesc + func RegisterServerReflectionServer(s grpc_go.ServiceRegistrar, srv ServerReflectionServer) + type ErrorResponse struct + ErrorCode int32 + ErrorMessage string + func (*ErrorResponse) Descriptor() ([]byte, []int) + func (*ErrorResponse) ProtoMessage() + func (x *ErrorResponse) GetErrorCode() int32 + func (x *ErrorResponse) GetErrorMessage() string + func (x *ErrorResponse) ProtoReflect() protoreflect.Message + func (x *ErrorResponse) Reset() + func (x *ErrorResponse) String() string + type ExtensionNumberResponse struct + BaseTypeName string + ExtensionNumber []int32 + func (*ExtensionNumberResponse) Descriptor() ([]byte, []int) + func (*ExtensionNumberResponse) ProtoMessage() + func (x *ExtensionNumberResponse) GetBaseTypeName() string + func (x *ExtensionNumberResponse) GetExtensionNumber() []int32 + func (x *ExtensionNumberResponse) ProtoReflect() protoreflect.Message + func (x *ExtensionNumberResponse) Reset() + func (x *ExtensionNumberResponse) String() string + type ExtensionRequest struct + ContainingType string + ExtensionNumber int32 + func (*ExtensionRequest) Descriptor() ([]byte, []int) + func (*ExtensionRequest) ProtoMessage() + func (x *ExtensionRequest) GetContainingType() string + func (x *ExtensionRequest) GetExtensionNumber() int32 + func (x *ExtensionRequest) ProtoReflect() protoreflect.Message + func (x *ExtensionRequest) Reset() + func (x *ExtensionRequest) String() string + type FileDescriptorResponse struct + FileDescriptorProto [][]byte + func (*FileDescriptorResponse) Descriptor() ([]byte, []int) + func (*FileDescriptorResponse) ProtoMessage() + func (x *FileDescriptorResponse) GetFileDescriptorProto() [][]byte + func (x *FileDescriptorResponse) ProtoReflect() protoreflect.Message + func (x *FileDescriptorResponse) Reset() + func (x *FileDescriptorResponse) String() string + type ListServiceResponse struct + Service []*ServiceResponse + func (*ListServiceResponse) Descriptor() ([]byte, []int) + func (*ListServiceResponse) ProtoMessage() + func (x *ListServiceResponse) GetService() []*ServiceResponse + func (x *ListServiceResponse) ProtoReflect() protoreflect.Message + func (x *ListServiceResponse) Reset() + func (x *ListServiceResponse) String() string + type ServerReflectionClient interface + ServerReflectionInfo func(ctx context.Context, opts ...grpc_go.CallOption) (ServerReflection_ServerReflectionInfoClient, error) + func NewServerReflectionClient(cc *triple.TripleConn) ServerReflectionClient + type ServerReflectionClientImpl struct + ServerReflectionInfo func(ctx context.Context) (ServerReflection_ServerReflectionInfoClient, error) + func (c *ServerReflectionClientImpl) GetDubboStub(cc *triple.TripleConn) ServerReflectionClient + func (c *ServerReflectionClientImpl) XXX_InterfaceName() string + type ServerReflectionRequest struct + Host string + MessageRequest isServerReflectionRequest_MessageRequest + func (*ServerReflectionRequest) Descriptor() ([]byte, []int) + func (*ServerReflectionRequest) ProtoMessage() + func (m *ServerReflectionRequest) GetMessageRequest() isServerReflectionRequest_MessageRequest + func (x *ServerReflectionRequest) GetAllExtensionNumbersOfType() string + func (x *ServerReflectionRequest) GetFileByFilename() string + func (x *ServerReflectionRequest) GetFileContainingExtension() *ExtensionRequest + func (x *ServerReflectionRequest) GetFileContainingSymbol() string + func (x *ServerReflectionRequest) GetHost() string + func (x *ServerReflectionRequest) GetListServices() string + func (x *ServerReflectionRequest) ProtoReflect() protoreflect.Message + func (x *ServerReflectionRequest) Reset() + func (x *ServerReflectionRequest) String() string + type ServerReflectionRequest_AllExtensionNumbersOfType struct + AllExtensionNumbersOfType string + type ServerReflectionRequest_FileByFilename struct + FileByFilename string + type ServerReflectionRequest_FileContainingExtension struct + FileContainingExtension *ExtensionRequest + type ServerReflectionRequest_FileContainingSymbol struct + FileContainingSymbol string + type ServerReflectionRequest_ListServices struct + ListServices string + type ServerReflectionResponse struct + MessageResponse isServerReflectionResponse_MessageResponse + OriginalRequest *ServerReflectionRequest + ValidHost string + func (*ServerReflectionResponse) Descriptor() ([]byte, []int) + func (*ServerReflectionResponse) ProtoMessage() + func (m *ServerReflectionResponse) GetMessageResponse() isServerReflectionResponse_MessageResponse + func (x *ServerReflectionResponse) GetAllExtensionNumbersResponse() *ExtensionNumberResponse + func (x *ServerReflectionResponse) GetErrorResponse() *ErrorResponse + func (x *ServerReflectionResponse) GetFileDescriptorResponse() *FileDescriptorResponse + func (x *ServerReflectionResponse) GetListServicesResponse() *ListServiceResponse + func (x *ServerReflectionResponse) GetOriginalRequest() *ServerReflectionRequest + func (x *ServerReflectionResponse) GetValidHost() string + func (x *ServerReflectionResponse) ProtoReflect() protoreflect.Message + func (x *ServerReflectionResponse) Reset() + func (x *ServerReflectionResponse) String() string + type ServerReflectionResponse_AllExtensionNumbersResponse struct + AllExtensionNumbersResponse *ExtensionNumberResponse + type ServerReflectionResponse_ErrorResponse struct + ErrorResponse *ErrorResponse + type ServerReflectionResponse_FileDescriptorResponse struct + FileDescriptorResponse *FileDescriptorResponse + type ServerReflectionResponse_ListServicesResponse struct + ListServicesResponse *ListServiceResponse + type ServerReflectionServer interface + ServerReflectionInfo func(ServerReflection_ServerReflectionInfoServer) error + type ServerReflection_ServerReflectionInfoClient interface + Recv func() (*ServerReflectionResponse, error) + Send func(*ServerReflectionRequest) error + type ServerReflection_ServerReflectionInfoServer interface + Recv func() (*ServerReflectionRequest, error) + Send func(*ServerReflectionResponse) error + type ServiceResponse struct + Name string + func (*ServiceResponse) Descriptor() ([]byte, []int) + func (*ServiceResponse) ProtoMessage() + func (x *ServiceResponse) GetName() string + func (x *ServiceResponse) ProtoReflect() protoreflect.Message + func (x *ServiceResponse) Reset() + func (x *ServiceResponse) String() string + type UnimplementedServerReflectionServer struct + func (UnimplementedServerReflectionServer) ServerReflectionInfo(ServerReflection_ServerReflectionInfoServer) error + func (s *UnimplementedServerReflectionServer) XXX_GetProxyImpl() protocol.Invoker + func (s *UnimplementedServerReflectionServer) XXX_InterfaceName() string + func (s *UnimplementedServerReflectionServer) XXX_ServiceDesc() *grpc_go.ServiceDesc + func (s *UnimplementedServerReflectionServer) XXX_SetProxyImpl(impl protocol.Invoker) + type UnsafeServerReflectionServer interface