Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainedReadCloser ¶
type ChainedReadCloser struct {
// contains filtered or unexported fields
}
func NewChainedReader ¶
func NewChainedReader(reader ...io.Reader) *ChainedReadCloser
func (*ChainedReadCloser) Close ¶
func (c *ChainedReadCloser) Close() error
Click to show internal directories.
Click to hide internal directories.