Versions in this module Expand all Collapse all v0 v0.0.3 Sep 22, 2022 Changes in this version + var File_any_test_proto protoreflect.FileDescriptor + func RegisterAnyTestServiceServer(s *grpc.Server, srv AnyTestServiceServer) + type AnyTestServiceClient interface + Sum func(ctx context.Context, in *SumRequest, opts ...grpc.CallOption) (*SumReply, error) + func NewAnyTestServiceClient(cc grpc.ClientConnInterface) AnyTestServiceClient + type AnyTestServiceServer interface + Sum func(context.Context, *SumRequest) (*SumReply, error) + type SumReply struct + Data *anypb.Any + func (*SumReply) Descriptor() ([]byte, []int) + func (*SumReply) ProtoMessage() + func (x *SumReply) GetData() *anypb.Any + func (x *SumReply) ProtoReflect() protoreflect.Message + func (x *SumReply) Reset() + func (x *SumReply) String() string + type SumReplyData struct + Err string + V int64 + func (*SumReplyData) Descriptor() ([]byte, []int) + func (*SumReplyData) ProtoMessage() + func (x *SumReplyData) GetErr() string + func (x *SumReplyData) GetV() int64 + func (x *SumReplyData) ProtoReflect() protoreflect.Message + func (x *SumReplyData) Reset() + func (x *SumReplyData) String() string + type SumRequest struct + Data *anypb.Any + func (*SumRequest) Descriptor() ([]byte, []int) + func (*SumRequest) ProtoMessage() + func (x *SumRequest) GetData() *anypb.Any + func (x *SumRequest) ProtoReflect() protoreflect.Message + func (x *SumRequest) Reset() + func (x *SumRequest) String() string + type SumRequestData struct + A int64 + B int64 + func (*SumRequestData) Descriptor() ([]byte, []int) + func (*SumRequestData) ProtoMessage() + func (x *SumRequestData) GetA() int64 + func (x *SumRequestData) GetB() int64 + func (x *SumRequestData) ProtoReflect() protoreflect.Message + func (x *SumRequestData) Reset() + func (x *SumRequestData) String() string + type UnimplementedAnyTestServiceServer struct + func (*UnimplementedAnyTestServiceServer) Sum(context.Context, *SumRequest) (*SumReply, error)