package
0.35.0
Repository: https://github.com/mafredri/cdp.git
Documentation: pkg.go.dev

# Functions

NewClient returns a client for the IO domain with the connection set to conn.
NewCloseArgs initializes CloseArgs with the required arguments.
NewReadArgs initializes ReadArgs with the required arguments.
NewResolveBlobArgs initializes ResolveBlobArgs with the required arguments.
NewStreamReader returns a reader for io.Streams that implements io.Reader from the standard library.

# Structs

CloseArgs represents the arguments for Close in the IO domain.
ReadArgs represents the arguments for Read in the IO domain.
ReadReply represents the return values for Read in the IO domain.
ResolveBlobArgs represents the arguments for ResolveBlob in the IO domain.
ResolveBlobReply represents the return values for ResolveBlob in the IO domain.
StreamReader represents a stream reader.

# Type aliases

StreamHandle This is either obtained from another method or specified as `blob:<uuid>` where `<uuid>` is an UUID of a Blob.