Versions in this module Expand all Collapse all v1 v1.0.0 Jun 24, 2021 Changes in this version + func RegisterServerReflectionServer(s *grpc.Server, srv ServerReflectionServer) + type ErrorResponse struct + ErrorCode int32 + ErrorMessage string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ErrorResponse) Descriptor() ([]byte, []int) + func (*ErrorResponse) ProtoMessage() + func (m *ErrorResponse) GetErrorCode() int32 + func (m *ErrorResponse) GetErrorMessage() string + func (m *ErrorResponse) Reset() + func (m *ErrorResponse) String() string + func (m *ErrorResponse) XXX_DiscardUnknown() + func (m *ErrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ErrorResponse) XXX_Merge(src proto.Message) + func (m *ErrorResponse) XXX_Size() int + func (m *ErrorResponse) XXX_Unmarshal(b []byte) error + type ExtensionNumberResponse struct + BaseTypeName string + ExtensionNumber []int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExtensionNumberResponse) Descriptor() ([]byte, []int) + func (*ExtensionNumberResponse) ProtoMessage() + func (m *ExtensionNumberResponse) GetBaseTypeName() string + func (m *ExtensionNumberResponse) GetExtensionNumber() []int32 + func (m *ExtensionNumberResponse) Reset() + func (m *ExtensionNumberResponse) String() string + func (m *ExtensionNumberResponse) XXX_DiscardUnknown() + func (m *ExtensionNumberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExtensionNumberResponse) XXX_Merge(src proto.Message) + func (m *ExtensionNumberResponse) XXX_Size() int + func (m *ExtensionNumberResponse) XXX_Unmarshal(b []byte) error + type ExtensionRequest struct + ContainingType string + ExtensionNumber int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExtensionRequest) Descriptor() ([]byte, []int) + func (*ExtensionRequest) ProtoMessage() + func (m *ExtensionRequest) GetContainingType() string + func (m *ExtensionRequest) GetExtensionNumber() int32 + func (m *ExtensionRequest) Reset() + func (m *ExtensionRequest) String() string + func (m *ExtensionRequest) XXX_DiscardUnknown() + func (m *ExtensionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExtensionRequest) XXX_Merge(src proto.Message) + func (m *ExtensionRequest) XXX_Size() int + func (m *ExtensionRequest) XXX_Unmarshal(b []byte) error + type FileDescriptorResponse struct + FileDescriptorProto [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileDescriptorResponse) Descriptor() ([]byte, []int) + func (*FileDescriptorResponse) ProtoMessage() + func (m *FileDescriptorResponse) GetFileDescriptorProto() [][]byte + func (m *FileDescriptorResponse) Reset() + func (m *FileDescriptorResponse) String() string + func (m *FileDescriptorResponse) XXX_DiscardUnknown() + func (m *FileDescriptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileDescriptorResponse) XXX_Merge(src proto.Message) + func (m *FileDescriptorResponse) XXX_Size() int + func (m *FileDescriptorResponse) XXX_Unmarshal(b []byte) error + type ListServiceResponse struct + Service []*ServiceResponse + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListServiceResponse) Descriptor() ([]byte, []int) + func (*ListServiceResponse) ProtoMessage() + func (m *ListServiceResponse) GetService() []*ServiceResponse + func (m *ListServiceResponse) Reset() + func (m *ListServiceResponse) String() string + func (m *ListServiceResponse) XXX_DiscardUnknown() + func (m *ListServiceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListServiceResponse) XXX_Merge(src proto.Message) + func (m *ListServiceResponse) XXX_Size() int + func (m *ListServiceResponse) XXX_Unmarshal(b []byte) error + type ServerReflectionClient interface + ServerReflectionInfo func(ctx context.Context, opts ...grpc.CallOption) (ServerReflection_ServerReflectionInfoClient, error) + func NewServerReflectionClient(cc grpc.ClientConnInterface) ServerReflectionClient + type ServerReflectionRequest struct + Host string + MessageRequest isServerReflectionRequest_MessageRequest + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServerReflectionRequest) Descriptor() ([]byte, []int) + func (*ServerReflectionRequest) ProtoMessage() + func (*ServerReflectionRequest) XXX_OneofWrappers() []interface{} + func (m *ServerReflectionRequest) GetAllExtensionNumbersOfType() string + func (m *ServerReflectionRequest) GetFileByFilename() string + func (m *ServerReflectionRequest) GetFileContainingExtension() *ExtensionRequest + func (m *ServerReflectionRequest) GetFileContainingSymbol() string + func (m *ServerReflectionRequest) GetHost() string + func (m *ServerReflectionRequest) GetListServices() string + func (m *ServerReflectionRequest) GetMessageRequest() isServerReflectionRequest_MessageRequest + func (m *ServerReflectionRequest) Reset() + func (m *ServerReflectionRequest) String() string + func (m *ServerReflectionRequest) XXX_DiscardUnknown() + func (m *ServerReflectionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerReflectionRequest) XXX_Merge(src proto.Message) + func (m *ServerReflectionRequest) XXX_Size() int + func (m *ServerReflectionRequest) XXX_Unmarshal(b []byte) error + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServerReflectionResponse) Descriptor() ([]byte, []int) + func (*ServerReflectionResponse) ProtoMessage() + func (*ServerReflectionResponse) XXX_OneofWrappers() []interface{} + 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) GetValidHost() string + func (m *ServerReflectionResponse) Reset() + func (m *ServerReflectionResponse) String() string + func (m *ServerReflectionResponse) XXX_DiscardUnknown() + func (m *ServerReflectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerReflectionResponse) XXX_Merge(src proto.Message) + func (m *ServerReflectionResponse) XXX_Size() int + func (m *ServerReflectionResponse) XXX_Unmarshal(b []byte) error + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServiceResponse) Descriptor() ([]byte, []int) + func (*ServiceResponse) ProtoMessage() + func (m *ServiceResponse) GetName() string + func (m *ServiceResponse) Reset() + func (m *ServiceResponse) String() string + func (m *ServiceResponse) XXX_DiscardUnknown() + func (m *ServiceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServiceResponse) XXX_Merge(src proto.Message) + func (m *ServiceResponse) XXX_Size() int + func (m *ServiceResponse) XXX_Unmarshal(b []byte) error + type UnimplementedServerReflectionServer struct + func (*UnimplementedServerReflectionServer) ServerReflectionInfo(srv ServerReflection_ServerReflectionInfoServer) error