Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WriteCloser ¶
type WriteCloser struct {
// contains filtered or unexported fields
}
WriteCloser is a type that implements io.WriteCloser And calls
func New ¶
func New(closeFn func(string) error, fp io.WriteCloser, buffer string) *WriteCloser
New returns a WriteCloser that will call closeFn during Close()
func (*WriteCloser) Close ¶
func (w *WriteCloser) Close() error
Close - A Closer which sends an event
Click to show internal directories.
Click to hide internal directories.