watchdog

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

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

func New(args ...any) (*Info, error)

New returns a pointer to an Info struct that contains information about the hardware watchdog on the host system.

func (*Info) JSONString

func (i *Info) JSONString(indent bool) string

JSONString returns a string with the watchdog information formatted as JSON under a top-level "watchdog:" key

func (*Info) String

func (i *Info) String() string

String returns a short string indicating whether a hardware watchdog is present on the host system.

func (*Info) YAMLString

func (i *Info) YAMLString() string

YAMLString returns a string with the watchdog information formatted as YAML under a top-level "watchdog:" key

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL