Versions in this module Expand all Collapse all v1 v1.0.1 Jan 7, 2022 v1.0.0 Jan 7, 2022 Changes in this version + var DemoService_ServiceDesc = grpc_go.ServiceDesc + var File_DemoService_proto protoreflect.FileDescriptor + func RegisterDemoServiceServer(s grpc_go.ServiceRegistrar, srv DemoServiceServer) + type DemoServiceClient interface + SayHello func(ctx context.Context, in *HelloRequest, opts ...grpc_go.CallOption) (*HelloReply, common.ErrorWithAttachment) + func NewDemoServiceClient(cc *triple.TripleConn) DemoServiceClient + type DemoServiceClientImpl struct + SayHello func(ctx context.Context, in *HelloRequest) (*HelloReply, error) + func (c *DemoServiceClientImpl) GetDubboStub(cc *triple.TripleConn) DemoServiceClient + func (c *DemoServiceClientImpl) XXX_InterfaceName() string + type DemoServiceServer 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 UnimplementedDemoServiceServer struct + func (UnimplementedDemoServiceServer) SayHello(context.Context, *HelloRequest) (*HelloReply, error) + func (s *UnimplementedDemoServiceServer) XXX_GetProxyImpl() protocol.Invoker + func (s *UnimplementedDemoServiceServer) XXX_InterfaceName() string + func (s *UnimplementedDemoServiceServer) XXX_ServiceDesc() *grpc_go.ServiceDesc + func (s *UnimplementedDemoServiceServer) XXX_SetProxyImpl(impl protocol.Invoker) + type UnsafeDemoServiceServer interface