Documentation ¶
Index ¶
- type StreamingTestImpl
- func (s *StreamingTestImpl) Echo(stream kt.TestService_EchoServer) (err error)
- func (s *StreamingTestImpl) EchoBizException(stream kt.TestService_EchoBizExceptionServer) error
- func (s *StreamingTestImpl) EchoClient(stream kt.TestService_EchoClientServer) (err error)
- func (s *StreamingTestImpl) EchoPingPong(ctx context.Context, req *kt.Request) (resp *kt.Response, err error)
- func (s *StreamingTestImpl) EchoServer(req *kt.Request, stream kt.TestService_EchoServerServer) (err error)
- func (s *StreamingTestImpl) EchoUnary(ctx context.Context, req *kt.Request) (resp *kt.Response, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamingTestImpl ¶
type StreamingTestImpl struct{}
func (*StreamingTestImpl) Echo ¶
func (s *StreamingTestImpl) Echo(stream kt.TestService_EchoServer) (err error)
func (*StreamingTestImpl) EchoBizException ¶
func (s *StreamingTestImpl) EchoBizException(stream kt.TestService_EchoBizExceptionServer) error
func (*StreamingTestImpl) EchoClient ¶
func (s *StreamingTestImpl) EchoClient(stream kt.TestService_EchoClientServer) (err error)
func (*StreamingTestImpl) EchoPingPong ¶
func (*StreamingTestImpl) EchoServer ¶
func (s *StreamingTestImpl) EchoServer(req *kt.Request, stream kt.TestService_EchoServerServer) (err error)
Click to show internal directories.
Click to hide internal directories.