package
0.6.7
Repository: https://github.com/aenix-io/talm.git
Documentation: pkg.go.dev

# Structs

AdjtimeStatusController manages time.AdjtimeStatus based on Linux kernel info.
SyncController manages v1alpha1.TimeSync based on configuration and NTP sync process.

# Interfaces

NTPSyncer interface is implemented by ntp.Syncer, interface for mocking.

# Type aliases

NewNTPSyncerFunc function allows to replace ntp.Syncer with the mock.