Versions in this module Expand all Collapse all v0 v0.9.0 Jun 24, 2019 Changes in this version type ConcatReply + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + 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 v0.8.0 Nov 8, 2018 v0.7.0 Mar 19, 2018 v0.6.0 Oct 3, 2017 Changes in this version type ConcatReply + func (m *ConcatReply) GetErr() string + func (m *ConcatReply) GetV() string type ConcatRequest + func (m *ConcatRequest) GetA() string + func (m *ConcatRequest) GetB() string type SumReply + func (m *SumReply) GetErr() string + func (m *SumReply) GetV() int64 type SumRequest + func (m *SumRequest) GetA() int64 + func (m *SumRequest) GetB() int64 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 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 + func (*ConcatReply) Descriptor() ([]byte, []int) + func (*ConcatReply) ProtoMessage() + func (m *ConcatReply) Reset() + func (m *ConcatReply) String() string + type ConcatRequest struct + A string + B string + func (*ConcatRequest) Descriptor() ([]byte, []int) + func (*ConcatRequest) ProtoMessage() + func (m *ConcatRequest) Reset() + func (m *ConcatRequest) String() string + type SumReply struct + Err string + V int64 + func (*SumReply) Descriptor() ([]byte, []int) + func (*SumReply) ProtoMessage() + func (m *SumReply) Reset() + func (m *SumReply) String() string + type SumRequest struct + A int64 + B int64 + func (*SumRequest) Descriptor() ([]byte, []int) + func (*SumRequest) ProtoMessage() + func (m *SumRequest) Reset() + func (m *SumRequest) String() string