Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
Watcher monitors health of the currently forwarded ports and launched applications.
func NewWatcher ¶
func NewWatcher(runner runner.RunnerInterface, forwarder forwarder.ForwarderInterface, conf *config.Watcher, project *config.Project) *Watcher
NewWatcher initializes a watcher instance monitoring services using both runner and forwarder
type WatcherInterface ¶ added in v0.0.8
type WatcherInterface interface { Watch() Stop() error }
Click to show internal directories.
Click to hide internal directories.