Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 Validations ¶
type Validations struct {
Sets []Set
}
Click to show internal directories.
Click to hide internal directories.