Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderConfig ¶
type Config ¶
type Config struct {
Machine MachineConfig `toml:"machine"`
Rootfs RootfsConfig `toml:"rootfs"`
Builder BuilderConfig `toml:"builder"`
Kernel KernelConfig `toml:"kernel"`
}
Config represents the structure of vers.toml for runtime/build needs.
type KernelConfig ¶
type KernelConfig struct {
Name string `toml:"name"`
}
type MachineConfig ¶
type RootfsConfig ¶
type RootfsConfig struct {
Name string `toml:"name"`
}
Click to show internal directories.
Click to hide internal directories.