Versions in this module Expand all Collapse all v0 v0.43.1 Oct 28, 2021 Changes in this version + var ErrIntOverflowReflection = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthReflection = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupReflection = fmt.Errorf("proto: unexpected end of group") + func RegisterReflectionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterReflectionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ReflectionServiceClient) error + func RegisterReflectionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterReflectionServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ReflectionServiceServer) error + func RegisterReflectionServiceServer(s grpc1.Server, srv ReflectionServiceServer) + type ListAllInterfacesRequest struct + func (*ListAllInterfacesRequest) Descriptor() ([]byte, []int) + func (*ListAllInterfacesRequest) ProtoMessage() + func (m *ListAllInterfacesRequest) Marshal() (dAtA []byte, err error) + func (m *ListAllInterfacesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListAllInterfacesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListAllInterfacesRequest) Reset() + func (m *ListAllInterfacesRequest) Size() (n int) + func (m *ListAllInterfacesRequest) String() string + func (m *ListAllInterfacesRequest) Unmarshal(dAtA []byte) error + func (m *ListAllInterfacesRequest) XXX_DiscardUnknown() + func (m *ListAllInterfacesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListAllInterfacesRequest) XXX_Merge(src proto.Message) + func (m *ListAllInterfacesRequest) XXX_Size() int + func (m *ListAllInterfacesRequest) XXX_Unmarshal(b []byte) error + type ListAllInterfacesResponse struct + InterfaceNames []string + func (*ListAllInterfacesResponse) Descriptor() ([]byte, []int) + func (*ListAllInterfacesResponse) ProtoMessage() + func (m *ListAllInterfacesResponse) GetInterfaceNames() []string + func (m *ListAllInterfacesResponse) Marshal() (dAtA []byte, err error) + func (m *ListAllInterfacesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListAllInterfacesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListAllInterfacesResponse) Reset() + func (m *ListAllInterfacesResponse) Size() (n int) + func (m *ListAllInterfacesResponse) String() string + func (m *ListAllInterfacesResponse) Unmarshal(dAtA []byte) error + func (m *ListAllInterfacesResponse) XXX_DiscardUnknown() + func (m *ListAllInterfacesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListAllInterfacesResponse) XXX_Merge(src proto.Message) + func (m *ListAllInterfacesResponse) XXX_Size() int + func (m *ListAllInterfacesResponse) XXX_Unmarshal(b []byte) error + type ListImplementationsRequest struct + InterfaceName string + func (*ListImplementationsRequest) Descriptor() ([]byte, []int) + func (*ListImplementationsRequest) ProtoMessage() + func (m *ListImplementationsRequest) GetInterfaceName() string + func (m *ListImplementationsRequest) Marshal() (dAtA []byte, err error) + func (m *ListImplementationsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListImplementationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListImplementationsRequest) Reset() + func (m *ListImplementationsRequest) Size() (n int) + func (m *ListImplementationsRequest) String() string + func (m *ListImplementationsRequest) Unmarshal(dAtA []byte) error + func (m *ListImplementationsRequest) XXX_DiscardUnknown() + func (m *ListImplementationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListImplementationsRequest) XXX_Merge(src proto.Message) + func (m *ListImplementationsRequest) XXX_Size() int + func (m *ListImplementationsRequest) XXX_Unmarshal(b []byte) error + type ListImplementationsResponse struct + ImplementationMessageNames []string + func (*ListImplementationsResponse) Descriptor() ([]byte, []int) + func (*ListImplementationsResponse) ProtoMessage() + func (m *ListImplementationsResponse) GetImplementationMessageNames() []string + func (m *ListImplementationsResponse) Marshal() (dAtA []byte, err error) + func (m *ListImplementationsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListImplementationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListImplementationsResponse) Reset() + func (m *ListImplementationsResponse) Size() (n int) + func (m *ListImplementationsResponse) String() string + func (m *ListImplementationsResponse) Unmarshal(dAtA []byte) error + func (m *ListImplementationsResponse) XXX_DiscardUnknown() + func (m *ListImplementationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListImplementationsResponse) XXX_Merge(src proto.Message) + func (m *ListImplementationsResponse) XXX_Size() int + func (m *ListImplementationsResponse) XXX_Unmarshal(b []byte) error + type ReflectionServiceClient interface + ListAllInterfaces func(ctx context.Context, in *ListAllInterfacesRequest, opts ...grpc.CallOption) (*ListAllInterfacesResponse, error) + ListImplementations func(ctx context.Context, in *ListImplementationsRequest, opts ...grpc.CallOption) (*ListImplementationsResponse, error) + func NewReflectionServiceClient(cc grpc1.ClientConn) ReflectionServiceClient + type ReflectionServiceServer interface + ListAllInterfaces func(context.Context, *ListAllInterfacesRequest) (*ListAllInterfacesResponse, error) + ListImplementations func(context.Context, *ListImplementationsRequest) (*ListImplementationsResponse, error) + func NewReflectionServiceServer(interfaceRegistry types.InterfaceRegistry) ReflectionServiceServer + type UnimplementedReflectionServiceServer struct + func (*UnimplementedReflectionServiceServer) ListAllInterfaces(ctx context.Context, req *ListAllInterfacesRequest) (*ListAllInterfacesResponse, error) + func (*UnimplementedReflectionServiceServer) ListImplementations(ctx context.Context, req *ListImplementationsRequest) (*ListImplementationsResponse, error)