Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileFilter ¶
type FileFilter struct { To *os.File Filter func([]byte) bool // contains filtered or unexported fields }
FileFilter filter *os.File with a defined filter function.
func (*FileFilter) Close ¶
func (f *FileFilter) Close()
Close should call end of the filter to stop background listen goroutine. Safe for calling more than once.
Click to show internal directories.
Click to hide internal directories.