Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Present bool `json:"present"`
}
Info describes the hardware watchdog on the host system.
func New ¶
New returns a pointer to an Info struct that contains information about the hardware watchdog on the host system.
func (*Info) JSONString ¶
JSONString returns a string with the watchdog information formatted as JSON under a top-level "watchdog:" key
func (*Info) String ¶
String returns a short string indicating whether a hardware watchdog is present on the host system.
func (*Info) YAMLString ¶
YAMLString returns a string with the watchdog information formatted as YAML under a top-level "watchdog:" key
Click to show internal directories.
Click to hide internal directories.