Versions in this module Expand all Collapse all v0 v0.1.3 Jun 25, 2022 v0.1.0 Jun 25, 2022 Changes in this version + type Client struct + func NewClient(client greaderproto.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 *greaderproto.ReadRequest) (*greaderproto.ReadResponse, error)