Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandIOClose + const CommandIORead + const CommandIOResolveBlob + type CloseArgs struct + Handle StreamHandle + func (a *CloseArgs) MarshalJSON() ([]byte, error) + func (a *CloseArgs) UnmarshalJSON(b []byte) error + type CloseReply struct + func (a *CloseReply) GetFrameID() string + func (a *CloseReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *CloseReply) UnmarshalJSON(b []byte) error + type ReadArgs struct + Handle StreamHandle + Offset int + Size int + func (a *ReadArgs) MarshalJSON() ([]byte, error) + func (a *ReadArgs) UnmarshalJSON(b []byte) error + type ReadReply struct + Base64Encoded bool + Data string + EOF bool + func (a *ReadReply) GetFrameID() string + func (a *ReadReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ReadReply) UnmarshalJSON(b []byte) error + type ResolveBlobArgs struct + ObjectID shared.RemoteObjectID + func (a *ResolveBlobArgs) MarshalJSON() ([]byte, error) + func (a *ResolveBlobArgs) UnmarshalJSON(b []byte) error + type ResolveBlobReply struct + UUID string + func (a *ResolveBlobReply) GetFrameID() string + func (a *ResolveBlobReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ResolveBlobReply) UnmarshalJSON(b []byte) error + type StreamHandle string