diagnostic

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

type Check interface {
	Run(interface{}) bool
}

type Config

type Config struct {
	ConfigFilePath string
	Content        *Content
}

type Content

type Content []byte

type Diagnostic

type Diagnostic struct{}

type MachineConfigSet

type MachineConfigSet struct{}

MachineConfigSet represents a specific set for machine configuration issues.

func (MachineConfigSet) Run

func (mcs MachineConfigSet) Run(data interface{}) bool

Run implements the verification method for MachineConfigSet.

type NetworkingSet

type NetworkingSet struct{}

NetworkingSet represents a specific set for network issues.

func (NetworkingSet) Run

func (ns NetworkingSet) Run(data interface{}) bool

Run implements the verification method for NetworkingSet.

type NodeSet

type NodeSet struct{}

NodeSet represents a specific set for node issues.

func (NodeSet) Run

func (ns NodeSet) Run(data interface{}) bool

Run implements the verification method for NodeSet.

type Set

type Set struct {
	Name   string
	Checks []Check
}

Set represents a set of specific checks.

type Validations

type Validations struct {
	Sets []Set
}

Jump to

Keyboard shortcuts

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