Documentation ¶
Index ¶
- type EchoServer
- func (es EchoServer) BidirectionalStreamingEcho(stream echo.Echo_BidirectionalStreamingEchoServer) error
- func (es EchoServer) ClientStreamingEcho(stream echo.Echo_ClientStreamingEchoServer) error
- func (es EchoServer) ServerStreamingEcho(req *echo.EchoRequest, stream echo.Echo_ServerStreamingEchoServer) error
- func (es EchoServer) UnaryEcho(_ context.Context, req *echo.EchoRequest) (*echo.EchoResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoServer ¶
type EchoServer struct {
echo.UnimplementedEchoServer
}
func (EchoServer) BidirectionalStreamingEcho ¶
func (es EchoServer) BidirectionalStreamingEcho(stream echo.Echo_BidirectionalStreamingEchoServer) error
BidirectionalStreamingEcho is bidi streaming.
func (EchoServer) ClientStreamingEcho ¶
func (es EchoServer) ClientStreamingEcho(stream echo.Echo_ClientStreamingEchoServer) error
ClientStreamingEcho is client side streaming.
func (EchoServer) ServerStreamingEcho ¶
func (es EchoServer) ServerStreamingEcho(req *echo.EchoRequest, stream echo.Echo_ServerStreamingEchoServer) error
ServerStreamingEcho is server side streaming.
func (EchoServer) UnaryEcho ¶
func (es EchoServer) UnaryEcho(_ context.Context, req *echo.EchoRequest) (*echo.EchoResponse, error)
UnaryEcho is unary echo.
Click to show internal directories.
Click to hide internal directories.