Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + type Client struct + func NewClient(client gwriterproto.WriterClient) *Client + func (c *Client) Write(p []byte) (int, error) + type Server struct + func NewServer(writer io.Writer) *Server + func (s *Server) Write(ctx context.Context, req *gwriterproto.WriteRequest) (*gwriterproto.WriteResponse, error)