Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamGreeterServer ¶
type StreamGreeterServer struct { pb.UnimplementedStreamGreeterServer // contains filtered or unexported fields }
func NewStreamGreeterServer ¶
func NewStreamGreeterServer(svcCtx *svc.ServiceContext) *StreamGreeterServer
func (*StreamGreeterServer) Gateway ¶
func (s *StreamGreeterServer) Gateway()
func (*StreamGreeterServer) Greet ¶
func (s *StreamGreeterServer) Greet(ctx context.Context, in *pb.StreamReq) (*pb.StreamResp, error)
Click to show internal directories.
Click to hide internal directories.