Versions in this module Expand all Collapse all v2 v2.10.1 Mar 23, 2022 Changes in this version + var File_examples_internal_helloworld_helloworld_proto protoreflect.FileDescriptor + var Greeter_ServiceDesc = grpc.ServiceDesc + func RegisterGreeterHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterGreeterHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GreeterClient) error + func RegisterGreeterHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterGreeterHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GreeterServer) 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 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 + BoolVal *wrapperspb.BoolValue + BytesVal *wrapperspb.BytesValue + DoubleVal *wrapperspb.DoubleValue + FloatVal *wrapperspb.FloatValue + Int32Val *wrapperspb.Int32Value + Int64Val *wrapperspb.Int64Value + Name string + StrVal *wrapperspb.StringValue + Uint32Val *wrapperspb.UInt32Value + Uint64Val *wrapperspb.UInt64Value + func (*HelloRequest) Descriptor() ([]byte, []int) + func (*HelloRequest) ProtoMessage() + func (x *HelloRequest) GetBoolVal() *wrapperspb.BoolValue + func (x *HelloRequest) GetBytesVal() *wrapperspb.BytesValue + func (x *HelloRequest) GetDoubleVal() *wrapperspb.DoubleValue + func (x *HelloRequest) GetFloatVal() *wrapperspb.FloatValue + func (x *HelloRequest) GetInt32Val() *wrapperspb.Int32Value + func (x *HelloRequest) GetInt64Val() *wrapperspb.Int64Value + func (x *HelloRequest) GetName() string + func (x *HelloRequest) GetStrVal() *wrapperspb.StringValue + func (x *HelloRequest) GetUint32Val() *wrapperspb.UInt32Value + func (x *HelloRequest) GetUint64Val() *wrapperspb.UInt64Value + 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 Other modules containing this package github.com/Percona-Lab/grpc-gateway