Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debouncer ¶
type Debouncer struct {
// contains filtered or unexported fields
}
func NewDebouncer ¶
type Tailer ¶
type Tailer struct {
// contains filtered or unexported fields
}
func NewTailer ¶
NewTailer creates a tailer for path. Files ending in ".json" (but not ".jsonl") are treated as whole-file-rewrite sources; everything else is tailed by byte offset as an append-only line stream.
func (*Tailer) ReadNewLines ¶
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
func (*Watcher) RemoveFile ¶
Click to show internal directories.
Click to hide internal directories.