Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reload ¶
type Reload struct {
FinishedRunning chan bool
FinishedKilling chan bool
// contains filtered or unexported fields
}
Reload recompiles the build and restarts the binary
func NewReload ¶
func NewReload(cfg *configuration.Configuration, l *logging.Logger) *Reload
NewReload creates a new Reload with the config provided
Click to show internal directories.
Click to hide internal directories.