Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
//TODO: Password should be a hash
User string `yaml:"user"`
Password string `yaml:"password"`
Types []MachineType `yaml:"types"`
}
Config holds a list of MachineTypes
func CreateConfigFromFile ¶
CreateConfigFromFile parses a file and returns a workshop
func ParseConfig ¶
ParseConfig takes a bytearray and unmarshals it
type MachineType ¶
MachineType stores the name and the list of features
Click to show internal directories.
Click to hide internal directories.