Documentation ¶
Overview ¶
Package reload helps with reloading the running Trickster configuration
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReloaderFunc ¶
type ReloaderFunc func(oldConf *config.Config, wg *sync.WaitGroup, log *log.Logger, caches map[string]cache.Cache, args []string, errorsFatal bool) error
ReloaderFunc describes a function that loads and applies a Trickster config at startup, or gracefully over an existing running Config
Click to show internal directories.
Click to hide internal directories.