Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Callbacks ¶
type Callbacks interface {
FileChanged(FileChangedRequest) error
}
type FileChangedRequest ¶
type FileChangedRequest struct { HandlerName string RootDir string Change watchman.FileChange }
type FileChangedResponse ¶
type FileChangedResponse struct { }
Click to show internal directories.
Click to hide internal directories.