Documentation ¶
Index ¶
- Constants
- type GreetDubbo3Server
- func (srv *GreetDubbo3Server) Greet(ctx context.Context, req *proto.GreetRequest) (*proto.GreetResponse, error)
- func (srv *GreetDubbo3Server) GreetClientStream(stream greet.GreetService_GreetClientStreamServer) error
- func (srv *GreetDubbo3Server) GreetServerStream(req *proto.GreetServerStreamRequest, ...) error
- func (srv *GreetDubbo3Server) GreetStream(stream greet.GreetService_GreetStreamServer) error
- type GreetDubbo3ServerGroup1Version1
- func (srv *GreetDubbo3ServerGroup1Version1) Greet(ctx context.Context, req *proto.GreetRequest) (*proto.GreetResponse, error)
- func (srv *GreetDubbo3ServerGroup1Version1) GreetClientStream(stream greet.GreetService_GreetClientStreamServer) error
- func (srv *GreetDubbo3ServerGroup1Version1) GreetServerStream(req *proto.GreetServerStreamRequest, ...) error
- func (srv *GreetDubbo3ServerGroup1Version1) GreetStream(stream greet.GreetService_GreetStreamServer) error
Constants ¶
View Source
const (
GroupVersionIdentifier = "g1v1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreetDubbo3Server ¶
type GreetDubbo3Server struct {
greet.UnimplementedGreetServiceServer
}
func (*GreetDubbo3Server) Greet ¶
func (srv *GreetDubbo3Server) Greet(ctx context.Context, req *proto.GreetRequest) (*proto.GreetResponse, error)
func (*GreetDubbo3Server) GreetClientStream ¶
func (srv *GreetDubbo3Server) GreetClientStream(stream greet.GreetService_GreetClientStreamServer) error
func (*GreetDubbo3Server) GreetServerStream ¶
func (srv *GreetDubbo3Server) GreetServerStream(req *proto.GreetServerStreamRequest, stream greet.GreetService_GreetServerStreamServer) error
func (*GreetDubbo3Server) GreetStream ¶
func (srv *GreetDubbo3Server) GreetStream(stream greet.GreetService_GreetStreamServer) error
type GreetDubbo3ServerGroup1Version1 ¶
type GreetDubbo3ServerGroup1Version1 struct {
greet.UnimplementedGreetServiceServer
}
func (*GreetDubbo3ServerGroup1Version1) Greet ¶
func (srv *GreetDubbo3ServerGroup1Version1) Greet(ctx context.Context, req *proto.GreetRequest) (*proto.GreetResponse, error)
func (*GreetDubbo3ServerGroup1Version1) GreetClientStream ¶
func (srv *GreetDubbo3ServerGroup1Version1) GreetClientStream(stream greet.GreetService_GreetClientStreamServer) error
func (*GreetDubbo3ServerGroup1Version1) GreetServerStream ¶
func (srv *GreetDubbo3ServerGroup1Version1) GreetServerStream(req *proto.GreetServerStreamRequest, stream greet.GreetService_GreetServerStreamServer) error
func (*GreetDubbo3ServerGroup1Version1) GreetStream ¶
func (srv *GreetDubbo3ServerGroup1Version1) GreetStream(stream greet.GreetService_GreetStreamServer) error
Click to show internal directories.
Click to hide internal directories.