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 changes to the executor configuration file and reloads the executor when changes are detected.
func NewWatcher ¶
NewWatcher creates a new Watcher instance.
func (*Watcher) GetExecutor ¶
GetExecutor returns the current executor instance. It is safe to call this method concurrently.
Click to show internal directories.
Click to hide internal directories.