package
1.5.0
Repository: https://github.com/pactus-project/pactus.git
Documentation: pkg.go.dev

# Functions

NewNtpChecker creates a new Checker with the provided options.
WithInterval sets the interval at which the checker will run.
WithQuerier sets the Querier for the Checker.
WithThreshold sets the threshold for determining if the system time is out of sync.

# Structs

Checker represents a NTP checker that periodically checks the system time against the network time.
QueryError is returned when a query from all NTP pools encounters an error and we have no valid response from them.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

CheckerOption defines the type for functions that configure a Checker.