Versions in this module Expand all Collapse all v0 v0.8.2 Nov 20, 2018 v0.8.1 Nov 20, 2018 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