Documentation
¶
Index ¶
- type Scanner
- type Watcher
- func (self *Watcher) Adjust(root string) error
- func (self *Watcher) Creation(folder string)
- func (self *Watcher) Deletion(folder string)
- func (self *Watcher) Ignore(packageName string)
- func (self *Watcher) IsIgnored(folder string) bool
- func (self *Watcher) IsWatched(folder string) bool
- func (self *Watcher) Reinstate(packageName string)
- func (self *Watcher) Root() string
- func (self *Watcher) WatchedFolders() []*contract.Package
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner(fs contract.FileSystem, watcher contract.Watcher) *Scanner
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
func NewWatcher ¶
func NewWatcher(files contract.FileSystem, shell contract.Shell) *Watcher
func (*Watcher) WatchedFolders ¶
Click to show internal directories.
Click to hide internal directories.