Versions in this module Expand all Collapse all v1 v1.3.3 Jan 30, 2025 v1.3.2 Jan 30, 2025 v1.3.1 Jan 30, 2025 v1.3.0 Jan 29, 2025 v1.2.3 Jan 17, 2025 v1.2.2 Jan 17, 2025 v1.2.1 Sep 14, 2024 v1.2.0 May 24, 2024 v1.1.1 Apr 17, 2024 v1.1.0 Apr 17, 2024 v1.0.1 Apr 16, 2024 v1.0.0 Dec 6, 2023 Changes in this version + const Sum_Sum_FullMethodName + var File_sum_proto protoreflect.FileDescriptor + var Sum_ServiceDesc = grpc.ServiceDesc + func RegisterSumServer(s grpc.ServiceRegistrar, srv SumServer) + type SumClient interface + Sum func(ctx context.Context, in *SumRequest, opts ...grpc.CallOption) (*SumResponse, error) + func NewSumClient(cc grpc.ClientConnInterface) SumClient + type SumRequest struct + A int64 + B int64 + func (*SumRequest) Descriptor() ([]byte, []int) + func (*SumRequest) ProtoMessage() + func (x *SumRequest) GetA() int64 + func (x *SumRequest) GetB() int64 + func (x *SumRequest) ProtoReflect() protoreflect.Message + func (x *SumRequest) Reset() + func (x *SumRequest) String() string + type SumResponse struct + Sum int64 + func (*SumResponse) Descriptor() ([]byte, []int) + func (*SumResponse) ProtoMessage() + func (x *SumResponse) GetSum() int64 + func (x *SumResponse) ProtoReflect() protoreflect.Message + func (x *SumResponse) Reset() + func (x *SumResponse) String() string + type SumServer interface + Sum func(context.Context, *SumRequest) (*SumResponse, error) + type UnimplementedSumServer struct + func (UnimplementedSumServer) Sum(context.Context, *SumRequest) (*SumResponse, error) + type UnsafeSumServer interface