Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcurrentWriter ¶
type ConcurrentWriter struct {
// contains filtered or unexported fields
}
func NewConcurrentWriter ¶
func NewConcurrentWriter(runners []WriterRunner, writer ...io.Writer) *ConcurrentWriter
func (*ConcurrentWriter) Close ¶
func (c *ConcurrentWriter) Close() error
Close closes all pipes. It does not close the underlying writer
func (*ConcurrentWriter) GetRunners ¶
func (c *ConcurrentWriter) GetRunners() []WriterRunner
type GenericCopyRunner ¶ added in v2.0.9
type GenericCopyRunner struct {
// contains filtered or unexported fields
}
func NewGenericCopyRunner ¶ added in v2.0.9
func NewGenericCopyRunner(writer io.Writer, name string) *GenericCopyRunner
func (*GenericCopyRunner) Do ¶ added in v2.0.9
func (w *GenericCopyRunner) Do(reader io.Reader, done chan bool)
func (*GenericCopyRunner) GetError ¶ added in v2.0.9
func (w *GenericCopyRunner) GetError() error
func (*GenericCopyRunner) GetName ¶ added in v2.0.9
func (w *GenericCopyRunner) GetName() string
Click to show internal directories.
Click to hide internal directories.