Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func Now() time.Time func ReCreateNTPService(server string, interval time.Duration, dialerProxy string, syncSystemTime bool) type Service func (srv *Service) Running() bool func (srv *Service) Start() func (srv *Service) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Now ¶ func Now() time.Time func ReCreateNTPService ¶ func ReCreateNTPService(server string, interval time.Duration, dialerProxy string, syncSystemTime bool) Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func (*Service) Running ¶ func (srv *Service) Running() bool func (*Service) Start ¶ func (srv *Service) Start() func (*Service) Stop ¶ func (srv *Service) Stop() Source Files ¶ View all Source files service.go time_unix.go Click to show internal directories. Click to hide internal directories.