Versions in this module Expand all Collapse all v3 v3.9.0 Sep 13, 2022 v3.8.9 Sep 9, 2022 Changes in this version + var File_proto_helloworld_proto protoreflect.FileDescriptor + var Greeter_ServiceDesc = grpc.ServiceDesc + func NewGreeterEndpoints() []*api.Endpoint + func RegisterGreeterHandler(s server.Server, hdlr GreeterHandler, opts ...server.HandlerOption) error + func RegisterGreeterServer(s grpc.ServiceRegistrar, srv GreeterServer) + type GreeterClient interface + SayHello func(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloReply, error) + func NewGreeterClient(cc grpc.ClientConnInterface) GreeterClient + type GreeterHandler interface + SayHello func(context.Context, *HelloRequest, *HelloReply) error + type GreeterServer interface + SayHello func(context.Context, *HelloRequest) (*HelloReply, error) + type GreeterService interface + SayHello func(ctx context.Context, in *HelloRequest, opts ...client.CallOption) (*HelloReply, error) + func NewGreeterService(name string, c client.Client) GreeterService + 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