Versions in this module Expand all Collapse all v1 v1.0.1 Sep 14, 2022 Changes in this version + var File_google_hollegw_proto protoreflect.FileDescriptor + var Greetergateway_ServiceDesc = grpc.ServiceDesc + func RegisterGreetergatewayHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterGreetergatewayHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GreetergatewayClient) error + func RegisterGreetergatewayHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterGreetergatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GreetergatewayServer) error + func RegisterGreetergatewayServer(s grpc.ServiceRegistrar, srv GreetergatewayServer) + type GreetergatewayClient interface + Hellochao func(ctx context.Context, in *HelloSwap, opts ...grpc.CallOption) (*HelloResponse, error) + Helloxiao func(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloResponse, error) + func NewGreetergatewayClient(cc grpc.ClientConnInterface) GreetergatewayClient + type GreetergatewayServer interface + Hellochao func(context.Context, *HelloSwap) (*HelloResponse, error) + Helloxiao func(context.Context, *HelloRequest) (*HelloResponse, error) + type HelloRequest struct + Age []string + Name []string + Time *timestamp.Timestamp + func (*HelloRequest) Descriptor() ([]byte, []int) + func (*HelloRequest) ProtoMessage() + func (x *HelloRequest) GetAge() []string + func (x *HelloRequest) GetName() []string + func (x *HelloRequest) GetTime() *timestamp.Timestamp + func (x *HelloRequest) ProtoReflect() protoreflect.Message + func (x *HelloRequest) Reset() + func (x *HelloRequest) String() string + type HelloResponse struct + Greeting []string + func (*HelloResponse) Descriptor() ([]byte, []int) + func (*HelloResponse) ProtoMessage() + func (x *HelloResponse) GetGreeting() []string + func (x *HelloResponse) ProtoReflect() protoreflect.Message + func (x *HelloResponse) Reset() + func (x *HelloResponse) String() string + type HelloSwap struct + Request *HelloRequest + func (*HelloSwap) Descriptor() ([]byte, []int) + func (*HelloSwap) ProtoMessage() + func (x *HelloSwap) GetRequest() *HelloRequest + func (x *HelloSwap) ProtoReflect() protoreflect.Message + func (x *HelloSwap) Reset() + func (x *HelloSwap) String() string + type UnimplementedGreetergatewayServer struct + func (UnimplementedGreetergatewayServer) Hellochao(context.Context, *HelloSwap) (*HelloResponse, error) + func (UnimplementedGreetergatewayServer) Helloxiao(context.Context, *HelloRequest) (*HelloResponse, error) + type UnsafeGreetergatewayServer interface