Documentation ¶
Index ¶
- type GreeterProvider
- func (s *GreeterProvider) BigStreamTest(svr pb.Dubbo3Greeter_BigStreamTestServer) error
- func (s *GreeterProvider) BigUnaryTest(ctx context.Context, in *pb.BigData) (*pb.BigData, error)
- func (g *GreeterProvider) Dubbo3SayHello(svr pb.Dubbo3Greeter_Dubbo3SayHelloServer) error
- func (s *GreeterProvider) Dubbo3SayHello2(ctx context.Context, in *pb.Dubbo3HelloRequest) (*pb.Dubbo3HelloReply, error)
- func (g *GreeterProvider) Reference() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreeterProvider ¶
type GreeterProvider struct {
*pb.Dubbo3GreeterProviderBase
}
func NewGreeterProvider ¶
func NewGreeterProvider() *GreeterProvider
func (*GreeterProvider) BigStreamTest ¶
func (s *GreeterProvider) BigStreamTest(svr pb.Dubbo3Greeter_BigStreamTestServer) error
func (*GreeterProvider) BigUnaryTest ¶
func (*GreeterProvider) Dubbo3SayHello ¶
func (g *GreeterProvider) Dubbo3SayHello(svr pb.Dubbo3Greeter_Dubbo3SayHelloServer) error
Dubbo3SayHello is a server rpc exmple
func (*GreeterProvider) Dubbo3SayHello2 ¶
func (s *GreeterProvider) Dubbo3SayHello2(ctx context.Context, in *pb.Dubbo3HelloRequest) (*pb.Dubbo3HelloReply, error)
Dubbo3SayHello2 is a unary-client rpc example
func (*GreeterProvider) Reference ¶
func (g *GreeterProvider) Reference() string
Click to show internal directories.
Click to hide internal directories.