ntp.go 156 B

12345678
  1. package option
  2. type NTPOptions struct {
  3. Enabled bool `json:"enabled"`
  4. Interval Duration `json:"interval,omitempty"`
  5. ServerOptions
  6. DialerOptions
  7. }