Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type CloseArgs struct + Handle StreamHandle + func NewCloseArgs(handle StreamHandle) *CloseArgs + type ReadArgs struct + Handle StreamHandle + Offset *int + Size *int + func NewReadArgs(handle StreamHandle) *ReadArgs + func (a *ReadArgs) SetOffset(offset int) *ReadArgs + func (a *ReadArgs) SetSize(size int) *ReadArgs + type ReadReply struct + Data string + EOF bool + type StreamHandle string