Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReloadAgent ¶
type ReloadAgent struct {
// contains filtered or unexported fields
}
ReloadAgent handles all reloads, scheduled or forced
func (*ReloadAgent) ForceReload ¶
func (ra *ReloadAgent) ForceReload() error
ForceReload calls reload directly
func (*ReloadAgent) GetReloads ¶
func (ra *ReloadAgent) GetReloads() models.Reloads
type ReloadError ¶
type ReloadError struct {
// contains filtered or unexported fields
}
ReloadError general configuration client error
func NewReloadError ¶
func NewReloadError(msg string) *ReloadError
NewReloadError constructor for ReloadError
Click to show internal directories.
Click to hide internal directories.