Versions in this module Expand all Collapse all v1 v1.2.4 Nov 29, 2019 Changes in this version + func RegisterEchoerServer(s *grpc.Server, srv EchoerServer) + type EchoReply struct + Reply string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EchoReply) Descriptor() ([]byte, []int) + func (*EchoReply) ProtoMessage() + func (m *EchoReply) GetReply() string + func (m *EchoReply) Reset() + func (m *EchoReply) String() string + func (m *EchoReply) XXX_DiscardUnknown() + func (m *EchoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EchoReply) XXX_Merge(src proto.Message) + func (m *EchoReply) XXX_Size() int + func (m *EchoReply) XXX_Unmarshal(b []byte) error + type EchoRequest struct + Text string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EchoRequest) Descriptor() ([]byte, []int) + func (*EchoRequest) ProtoMessage() + func (m *EchoRequest) GetText() string + func (m *EchoRequest) Reset() + func (m *EchoRequest) String() string + func (m *EchoRequest) XXX_DiscardUnknown() + func (m *EchoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EchoRequest) XXX_Merge(src proto.Message) + func (m *EchoRequest) XXX_Size() int + func (m *EchoRequest) XXX_Unmarshal(b []byte) error + type EchoerClient interface + Echo func(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption) (*EchoReply, error) + func NewEchoerClient(cc *grpc.ClientConn) EchoerClient + type EchoerServer interface + Echo func(context.Context, *EchoRequest) (*EchoReply, error) + type UnimplementedEchoerServer struct + func (*UnimplementedEchoerServer) Echo(ctx context.Context, req *EchoRequest) (*EchoReply, error)