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
func (*ConcurrentWriter) GetRunners ¶
func (c *ConcurrentWriter) GetRunners() []WriterRunner
Click to show internal directories.
Click to hide internal directories.