Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseReader ¶
type CloseReader interface {
CloseRead() error
}
type CloseWriter ¶
type CloseWriter interface {
CloseWrite() error
}
type Copier ¶
type Copier interface { CloseReader CloseWriter GracefulStopper Written() int64 Err() error Copy() }
type GracefulStopper ¶
Click to show internal directories.
Click to hide internal directories.