Versions in this module Expand all Collapse all v1 v1.2.1 Apr 7, 2017 Changes in this version + func RegisterServerReflectionServer(s *grpc.Server, srv ServerReflectionServer) + type ErrorResponse struct + ErrorCode int32 + ErrorMessage string + func (*ErrorResponse) Descriptor() ([]byte, []int) + func (*ErrorResponse) ProtoMessage() + func (m *ErrorResponse) Reset() + func (m *ErrorResponse) String() string + type ExtensionNumberResponse struct + BaseTypeName string + ExtensionNumber []int32 + func (*ExtensionNumberResponse) Descriptor() ([]byte, []int) + func (*ExtensionNumberResponse) ProtoMessage() + func (m *ExtensionNumberResponse) Reset() + func (m *ExtensionNumberResponse) String() string + type ExtensionRequest struct + ContainingType string + ExtensionNumber int32 + func (*ExtensionRequest) Descriptor() ([]byte, []int) + func (*ExtensionRequest) ProtoMessage() + func (m *ExtensionRequest) Reset() + func (m *ExtensionRequest) String() string + type FileDescriptorResponse struct + FileDescriptorProto [][]byte + func (*FileDescriptorResponse) Descriptor() ([]byte, []int) + func (*FileDescriptorResponse) ProtoMessage() + func (m *FileDescriptorResponse) Reset() + func (m *FileDescriptorResponse) String() string + type ListServiceResponse struct + Service []*ServiceResponse + func (*ListServiceResponse) Descriptor() ([]byte, []int) + func (*ListServiceResponse) ProtoMessage() + func (m *ListServiceResponse) GetService() []*ServiceResponse + func (m *ListServiceResponse) Reset() + func (m *ListServiceResponse) String() string + type ServerReflectionClient interface + ServerReflectionInfo func(ctx context.Context, opts ...grpc.CallOption) (ServerReflection_ServerReflectionInfoClient, error) + func NewServerReflectionClient(cc *grpc.ClientConn) ServerReflectionClient + type ServerReflectionRequest struct + Host string + MessageRequest isServerReflectionRequest_MessageRequest + func (*ServerReflectionRequest) Descriptor() ([]byte, []int) + func (*ServerReflectionRequest) ProtoMessage() + func (*ServerReflectionRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ServerReflectionRequest) GetAllExtensionNumbersOfType() string + func (m *ServerReflectionRequest) GetFileByFilename() string + func (m *ServerReflectionRequest) GetFileContainingExtension() *ExtensionRequest + func (m *ServerReflectionRequest) GetFileContainingSymbol() string + func (m *ServerReflectionRequest) GetListServices() string + func (m *ServerReflectionRequest) GetMessageRequest() isServerReflectionRequest_MessageRequest + func (m *ServerReflectionRequest) Reset() + func (m *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 (*ServerReflectionResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ServerReflectionResponse) GetAllExtensionNumbersResponse() *ExtensionNumberResponse + func (m *ServerReflectionResponse) GetErrorResponse() *ErrorResponse + func (m *ServerReflectionResponse) GetFileDescriptorResponse() *FileDescriptorResponse + func (m *ServerReflectionResponse) GetListServicesResponse() *ListServiceResponse + func (m *ServerReflectionResponse) GetMessageResponse() isServerReflectionResponse_MessageResponse + func (m *ServerReflectionResponse) GetOriginalRequest() *ServerReflectionRequest + func (m *ServerReflectionResponse) Reset() + func (m *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 (m *ServiceResponse) Reset() + func (m *ServiceResponse) String() string