Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderNotFound ¶
func RenderNotFound() string
Types ¶
type PxeConfig ¶
type PxeConfig struct { Kernel string Initrd string KernelParameters kernelparameters.KernelParameters }
func NewPxeConfig ¶
func NewPxeConfig(kernel string, initrd string, kernelParameters kernelparameters.KernelParameters) PxeConfig
type Repository ¶
type System ¶
type System struct { Id uuid.UUID Name string Description string Profile uuid.UUID Mac net.HardwareAddr KernelParameters kernelparameters.KernelParameters }
func New ¶
func New(id uuid.UUID, name string, description string, profile uuid.UUID, mac net.HardwareAddr, kernelParameters kernelparameters.KernelParameters) (System, error)
Click to show internal directories.
Click to hide internal directories.