Documentation ¶
Overview ¶
Package io provides io functions
Index ¶
- func NewReadCloserWithContext(ctx context.Context, r io.ReadCloser) (io.ReadCloser, error)
- func NewReaderWithContext(ctx context.Context, r io.Reader) (io.Reader, error)
- func NewWriteCloserWithContext(ctx context.Context, w io.WriteCloser) (io.WriteCloser, error)
- func NewWriterWithContext(ctx context.Context, w io.Writer) (io.Writer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReadCloserWithContext ¶
func NewReadCloserWithContext(ctx context.Context, r io.ReadCloser) (io.ReadCloser, error)
func NewReaderWithContext ¶
func NewWriteCloserWithContext ¶
func NewWriteCloserWithContext(ctx context.Context, w io.WriteCloser) (io.WriteCloser, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.