Documentation
¶
Overview ¶
Package watchmanutil provides utilities of watchman.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct {
// contains filtered or unexported fields
}
type Watchman ¶
type Watchman struct {
// contains filtered or unexported fields
}
Watchman interacts with watchman. https://facebook.github.io/watchman/
func New ¶
New creates watchman for dir by watchman binary at watchmanPath. User needs to install `watchman` in PATH, and run `watchman watch-project $dir` before using it.
func (*Watchman) ClockToken ¶
ClockToken returns watchman clock.
Click to show internal directories.
Click to hide internal directories.