Versions in this module Expand all Collapse all v1 v1.0.1 Mar 2, 2020 v1.0.0 Mar 2, 2020 v0 v0.9.0 Jun 24, 2019 v0.8.0 Nov 8, 2018 v0.7.0 Mar 19, 2018 v0.6.0 Oct 3, 2017 v0.5.0 Jun 8, 2017 v0.4.0 Mar 6, 2017 v0.3.0 Nov 15, 2016 v0.2.0 Jul 27, 2016 v0.1.0 Jun 7, 2016 v0.0.1 Mar 2, 2020 Changes in this version + func RegisterAddServer(s *grpc.Server, srv AddServer) + type AddClient interface + Concat func(ctx context.Context, in *ConcatRequest, opts ...grpc.CallOption) (*ConcatReply, error) + Sum func(ctx context.Context, in *SumRequest, opts ...grpc.CallOption) (*SumReply, error) + func NewAddClient(cc *grpc.ClientConn) AddClient + type AddServer interface + Concat func(context.Context, *ConcatRequest) (*ConcatReply, error) + Sum func(context.Context, *SumRequest) (*SumReply, error) + type ConcatReply struct + Err string + V string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConcatReply) Descriptor() ([]byte, []int) + func (*ConcatReply) ProtoMessage() + func (m *ConcatReply) GetErr() string + func (m *ConcatReply) GetV() string + func (m *ConcatReply) Reset() + func (m *ConcatReply) String() string + func (m *ConcatReply) XXX_DiscardUnknown() + func (m *ConcatReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConcatReply) XXX_Merge(src proto.Message) + func (m *ConcatReply) XXX_Size() int + func (m *ConcatReply) XXX_Unmarshal(b []byte) error + type ConcatRequest struct + A string + B string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConcatRequest) Descriptor() ([]byte, []int) + func (*ConcatRequest) ProtoMessage() + func (m *ConcatRequest) GetA() string + func (m *ConcatRequest) GetB() string + func (m *ConcatRequest) Reset() + func (m *ConcatRequest) String() string + func (m *ConcatRequest) XXX_DiscardUnknown() + func (m *ConcatRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConcatRequest) XXX_Merge(src proto.Message) + func (m *ConcatRequest) XXX_Size() int + func (m *ConcatRequest) XXX_Unmarshal(b []byte) error + type SumReply struct + Err string + V int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SumReply) Descriptor() ([]byte, []int) + func (*SumReply) ProtoMessage() + func (m *SumReply) GetErr() string + func (m *SumReply) GetV() int64 + func (m *SumReply) Reset() + func (m *SumReply) String() string + func (m *SumReply) XXX_DiscardUnknown() + func (m *SumReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SumReply) XXX_Merge(src proto.Message) + func (m *SumReply) XXX_Size() int + func (m *SumReply) XXX_Unmarshal(b []byte) error + type SumRequest struct + A int64 + B int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SumRequest) Descriptor() ([]byte, []int) + func (*SumRequest) ProtoMessage() + func (m *SumRequest) GetA() int64 + func (m *SumRequest) GetB() int64 + func (m *SumRequest) Reset() + func (m *SumRequest) String() string + func (m *SumRequest) XXX_DiscardUnknown() + func (m *SumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SumRequest) XXX_Merge(src proto.Message) + func (m *SumRequest) XXX_Size() int + func (m *SumRequest) XXX_Unmarshal(b []byte) error