Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a read closer that talks over RPC.
func NewClient ¶
func NewClient(client greadcloserproto.ReaderClient) *Client
NewClient returns a read closer connected to a remote read closer
type Server ¶
type Server struct { greadcloserproto.UnimplementedReaderServer // contains filtered or unexported fields }
Server is a io.ReadCloser that is managed over RPC.
func NewServer ¶
func NewServer(readCloser io.ReadCloser) *Server
NewServer returns an io.ReadCloser instance managed remotely
func (*Server) Close ¶
func (s *Server) Close(ctx context.Context, req *greadcloserproto.CloseRequest) (*greadcloserproto.CloseResponse, error)
func (*Server) Read ¶
func (s *Server) Read(ctx context.Context, req *greadcloserproto.ReadRequest) (*greadcloserproto.ReadResponse, error)
Click to show internal directories.
Click to hide internal directories.