Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgNTPPools defines the config flag of the NTP pools. CfgNTPPools = "clock.ntpPools" // PluginName is the name of the clock plugin. PluginName = "Clock" )
Variables ¶
View Source
var ( // ErrSynchronizeClock is used when the local clock could not be synchronized. ErrSynchronizeClock = errors.New("could not synchronize clock") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.