Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigFile ¶
ConfigFile is the config file.
func (*ConfigFile) Config ¶
func (c *ConfigFile) Config(name string) error
Config for the resources file.
type Resource ¶
type Resource struct { IP string `yaml:"ip"` Username string `yaml:"username"` Password string `yaml:"password"` Vendor string `yaml:"vendor"` UseCases UseCases `yaml:"useCases"` }
Resource details of a single BMC.
Click to show internal directories.
Click to hide internal directories.