9 lines
156 B
Go
9 lines
156 B
Go
package option
|
|
|
|
type NTPOptions struct {
|
|
Enabled bool `json:"enabled"`
|
|
Interval Duration `json:"interval,omitempty"`
|
|
ServerOptions
|
|
DialerOptions
|
|
}
|