Versions in this module Expand all Collapse all v0 v0.1.0 Jan 18, 2021 Changes in this version + var Echo_ServiceDesc = grpc.ServiceDesc + var File_echo_echo_proto protoreflect.FileDescriptor + func RegisterEchoServer(s grpc.ServiceRegistrar, srv EchoServer) + type EchoClient interface + Echo func(ctx context.Context, opts ...grpc.CallOption) (Echo_EchoClient, error) + SayHello func(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloReply, error) + func NewEchoClient(cc grpc.ClientConnInterface) EchoClient + type EchoReply struct + Msg string + func (*EchoReply) Descriptor() ([]byte, []int) + func (*EchoReply) ProtoMessage() + func (x *EchoReply) GetMsg() string + func (x *EchoReply) ProtoReflect() protoreflect.Message + func (x *EchoReply) Reset() + func (x *EchoReply) String() string + type EchoRequest struct + Msg string + func (*EchoRequest) Descriptor() ([]byte, []int) + func (*EchoRequest) ProtoMessage() + func (x *EchoRequest) GetMsg() string + func (x *EchoRequest) ProtoReflect() protoreflect.Message + func (x *EchoRequest) Reset() + func (x *EchoRequest) String() string + type EchoServer interface + Echo func(Echo_EchoServer) error + SayHello func(context.Context, *HelloRequest) (*HelloReply, error) + type Echo_EchoClient interface + Recv func() (*EchoReply, error) + Send func(*EchoRequest) error + type Echo_EchoServer interface + Recv func() (*EchoRequest, error) + Send func(*EchoReply) error + type HelloReply struct + Msg string + func (*HelloReply) Descriptor() ([]byte, []int) + func (*HelloReply) ProtoMessage() + func (x *HelloReply) GetMsg() string + func (x *HelloReply) ProtoReflect() protoreflect.Message + func (x *HelloReply) Reset() + func (x *HelloReply) String() string + type HelloRequest struct + Msg string + func (*HelloRequest) Descriptor() ([]byte, []int) + func (*HelloRequest) ProtoMessage() + func (x *HelloRequest) GetMsg() string + func (x *HelloRequest) ProtoReflect() protoreflect.Message + func (x *HelloRequest) Reset() + func (x *HelloRequest) String() string + type UnimplementedEchoServer struct + func (UnimplementedEchoServer) Echo(Echo_EchoServer) error + func (UnimplementedEchoServer) SayHello(context.Context, *HelloRequest) (*HelloReply, error) + type UnsafeEchoServer interface