Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { }
Options contains the parameters necessary to configure a concrete Watcher implementation
type Watcher ¶
type Watcher interface {
CheckForUpdate(opts model.WatchOptions, since time.Time) (model.Update, error)
}
Watcher is the interface required by Sauron to detect changes.
Click to show internal directories.
Click to hide internal directories.