Documentation
¶
Index ¶
- type Streamer
- type StreamerGRPCClient
- type StreamerGRPCServer
- func (s *StreamerGRPCServer) Configure(ctx context.Context, req *proto.Configure_Request) (*proto.Configure_Response, error)
- func (s *StreamerGRPCServer) Read(req *proto.Read_Request, srv proto.StreamerService_ReadServer) error
- func (s *StreamerGRPCServer) Write(srv proto.StreamerService_WriteServer) error
- type StreamerPlugin
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamerGRPCClient ¶
type StreamerGRPCClient struct {
// contains filtered or unexported fields
}
type StreamerGRPCServer ¶
type StreamerGRPCServer struct {
Impl Streamer
proto.UnimplementedStreamerServiceServer
// contains filtered or unexported fields
}
func (*StreamerGRPCServer) Configure ¶
func (s *StreamerGRPCServer) Configure(ctx context.Context, req *proto.Configure_Request) (*proto.Configure_Response, error)
func (*StreamerGRPCServer) Read ¶
func (s *StreamerGRPCServer) Read(req *proto.Read_Request, srv proto.StreamerService_ReadServer) error
func (*StreamerGRPCServer) Write ¶
func (s *StreamerGRPCServer) Write(srv proto.StreamerService_WriteServer) error
type StreamerPlugin ¶
type StreamerPlugin struct {
plugin.NetRPCUnsupportedPlugin
Impl Streamer
}
func (*StreamerPlugin) GRPCClient ¶
func (p *StreamerPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientConn) (interface{}, error)
func (*StreamerPlugin) GRPCServer ¶
func (p *StreamerPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error
Click to show internal directories.
Click to hide internal directories.