Versions in this module Expand all Collapse all v0 v0.0.2 Sep 12, 2022 v0.0.1 Sep 12, 2022 Changes in this version + const OperationGreeterSayHello + var ErrorReason_name = map[int32]string + var ErrorReason_value = map[string]int32 + var File_helloworld_v1_error_reason_proto protoreflect.FileDescriptor + var File_helloworld_v1_greeter_proto protoreflect.FileDescriptor + var Greeter_ServiceDesc = grpc.ServiceDesc + func RegisterGreeterHTTPServer(s *http.Server, srv GreeterHTTPServer) + func RegisterGreeterServer(s grpc.ServiceRegistrar, srv GreeterServer) + type ErrorReason int32 + const ErrorReason_GEETER_UNSPECIFIED + const ErrorReason_USER_NOT_FOUND + func (ErrorReason) Descriptor() protoreflect.EnumDescriptor + func (ErrorReason) EnumDescriptor() ([]byte, []int) + func (ErrorReason) Type() protoreflect.EnumType + func (x ErrorReason) Enum() *ErrorReason + func (x ErrorReason) Number() protoreflect.EnumNumber + func (x ErrorReason) String() string + type GreeterClient interface + SayHello func(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloReply, error) + func NewGreeterClient(cc grpc.ClientConnInterface) GreeterClient + type GreeterHTTPClient interface + SayHello func(ctx context.Context, req *HelloRequest, opts ...http.CallOption) (rsp *HelloReply, err error) + func NewGreeterHTTPClient(client *http.Client) GreeterHTTPClient + type GreeterHTTPClientImpl struct + func (c *GreeterHTTPClientImpl) SayHello(ctx context.Context, in *HelloRequest, opts ...http.CallOption) (*HelloReply, error) + type GreeterHTTPServer interface + SayHello func(context.Context, *HelloRequest) (*HelloReply, error) + type GreeterServer interface + SayHello func(context.Context, *HelloRequest) (*HelloReply, error) + type HelloReply struct + Message string + func (*HelloReply) Descriptor() ([]byte, []int) + func (*HelloReply) ProtoMessage() + func (x *HelloReply) GetMessage() string + func (x *HelloReply) ProtoReflect() protoreflect.Message + func (x *HelloReply) Reset() + func (x *HelloReply) String() string + type HelloRequest struct + Name string + func (*HelloRequest) Descriptor() ([]byte, []int) + func (*HelloRequest) ProtoMessage() + func (x *HelloRequest) GetName() string + func (x *HelloRequest) ProtoReflect() protoreflect.Message + func (x *HelloRequest) Reset() + func (x *HelloRequest) String() string + type UnimplementedGreeterServer struct + func (UnimplementedGreeterServer) SayHello(context.Context, *HelloRequest) (*HelloReply, error) + type UnsafeGreeterServer interface