Versions in this module Expand all Collapse all v0 v0.0.1 Oct 7, 2022 Changes in this version + var File_internal_hello_v1_hello_proto protoreflect.FileDescriptor + var GreeterService_ServiceDesc = grpc.ServiceDesc + func RegisterGreeterServiceServer(s grpc.ServiceRegistrar, srv GreeterServiceServer) + type GreeterServiceClient interface + SayHello func(ctx context.Context, in *SayHelloRequest, opts ...grpc.CallOption) (*SayHelloResponse, error) + ServerGreets func(ctx context.Context, in *ServerGreetsRequest, opts ...grpc.CallOption) (GreeterService_ServerGreetsClient, error) + func NewGreeterServiceClient(cc grpc.ClientConnInterface) GreeterServiceClient + type GreeterServiceServer interface + SayHello func(context.Context, *SayHelloRequest) (*SayHelloResponse, error) + ServerGreets func(*ServerGreetsRequest, GreeterService_ServerGreetsServer) error + type GreeterService_ServerGreetsClient interface + Recv func() (*ServerGreetsResponse, error) + type GreeterService_ServerGreetsServer interface + Send func(*ServerGreetsResponse) error + type SayHelloRequest struct + Name string + func (*SayHelloRequest) Descriptor() ([]byte, []int) + func (*SayHelloRequest) ProtoMessage() + func (x *SayHelloRequest) GetName() string + func (x *SayHelloRequest) ProtoReflect() protoreflect.Message + func (x *SayHelloRequest) Reset() + func (x *SayHelloRequest) String() string + type SayHelloResponse struct + Message string + func (*SayHelloResponse) Descriptor() ([]byte, []int) + func (*SayHelloResponse) ProtoMessage() + func (x *SayHelloResponse) GetMessage() string + func (x *SayHelloResponse) ProtoReflect() protoreflect.Message + func (x *SayHelloResponse) Reset() + func (x *SayHelloResponse) String() string + type ServerGreetsRequest struct + Name string + func (*ServerGreetsRequest) Descriptor() ([]byte, []int) + func (*ServerGreetsRequest) ProtoMessage() + func (x *ServerGreetsRequest) GetName() string + func (x *ServerGreetsRequest) ProtoReflect() protoreflect.Message + func (x *ServerGreetsRequest) Reset() + func (x *ServerGreetsRequest) String() string + type ServerGreetsResponse struct + Message string + func (*ServerGreetsResponse) Descriptor() ([]byte, []int) + func (*ServerGreetsResponse) ProtoMessage() + func (x *ServerGreetsResponse) GetMessage() string + func (x *ServerGreetsResponse) ProtoReflect() protoreflect.Message + func (x *ServerGreetsResponse) Reset() + func (x *ServerGreetsResponse) String() string + type UnimplementedGreeterServiceServer struct + func (UnimplementedGreeterServiceServer) SayHello(context.Context, *SayHelloRequest) (*SayHelloResponse, error) + func (UnimplementedGreeterServiceServer) ServerGreets(*ServerGreetsRequest, GreeterService_ServerGreetsServer) error + type UnsafeGreeterServiceServer interface