 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastWriter ¶
BroadcastWriter accumulate multiple io.WriteCloser by stream.
func New ¶
func New() *BroadcastWriter
func (*BroadcastWriter) AddWriter ¶
func (w *BroadcastWriter) AddWriter(writer io.WriteCloser)
AddWriter adds new io.WriteCloser.
func (*BroadcastWriter) Clean ¶
func (w *BroadcastWriter) Clean() error
Clean closes and removes all writers. Last non-eol-terminated part of data will be saved.
 Click to show internal directories. 
   Click to hide internal directories.