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