Versions in this module Expand all Collapse all v0 v0.0.15 Sep 23, 2022 v0.0.14 Sep 23, 2022 Changes in this version + type Client struct + func NewClient(client readerpb.ReaderClient) *Client + func (c *Client) Read(p []byte) (int, error) + type Server struct + func NewServer(reader io.Reader) *Server + func (s *Server) Read(ctx context.Context, req *readerpb.ReadRequest) (*readerpb.ReadResponse, error)