Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCloser ¶
ReadCloser is an interface
func NewReadCloser ¶
func NewReadCloser(w io.Reader, fn func() error) ReadCloser
NewReadCloser Создание нового объекта на основе io.Reader
type WriteCloser ¶
WriteCloser is an interface
func NewWriteCloser ¶
func NewWriteCloser(w io.Writer) WriteCloser
NewWriteCloser Создание нового объекта на основе io.Writer
Click to show internal directories.
Click to hide internal directories.