Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyWriter ¶
NotifyWriter is a wrapper for io.Writer that notifies a channel when it finds the lookFor string.
func NewNotifyWriter ¶
func NewNotifyWriter(w io.Writer, lookFor string) *NotifyWriter
func (*NotifyWriter) Ready ¶
func (w *NotifyWriter) Ready() <-chan struct{}
Click to show internal directories.
Click to hide internal directories.