Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HotReloadTask = &scheduler.RepeatingTask{ Duration: time.Second, OnComplete: HotReloadExecutor, }
View Source
var RestartTask = &scheduler.RepeatingTask{ Duration: time2.Second, OnComplete: RestartExecutor, }
Functions ¶
func HotReloadExecutor ¶
func HotReloadExecutor(args ...any)
func InitHotReloadTask ¶
func InitHotReloadTask()
func InitRestartTask ¶
func InitRestartTask()
func RestartExecutor ¶
func RestartExecutor(args ...any)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.