Documentation
¶
Index ¶
Constants ¶
View Source
const NullChar = "\000"
Variables ¶
View Source
var Verbose = false
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Operation string `json:"operation"`
Path string `json:"path"`
Time int64 `json:"time"`
}
Event for each file change
type Program ¶
Click to show internal directories.
Click to hide internal directories.