message

package
v1.3.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostState added in v1.1.44

type HostState struct {
	MAC         string `json:"mac"`
	IP          string `json:"ip"`
	State       string `json:"state"`
	BootstrapId string `json:"bootstrap_id"`
}

type NetbootAddHostResponse added in v1.1.44

type NetbootAddHostResponse struct {
	Message   string   `json:"message"`
	ISO       string   `json: "iso"`
	IsoSHA512 string   `json: "iso_sha512"`
	Files     []string `json:"files"`
}

type NetbootConfig

type NetbootConfig struct {
	Address           string `json:"address"`
	OS                string `json:"os"`
	Version           string `json:"version"`
	Hostname          string `json:"hostname"`
	Arch              string `json:"arch"`
	Serial            string `json:"serial"`
	EgressInterface   string `json:"egress_interface"`
	RootDevice        string `json:"root_device"`
	Mirror            string `json:"mirror"`
	Response          string `json:"response"`
	DisklabelTemplate string `json:"disklabel_template"`
	KernelParams      string `json:"kernel_params"`
	Debug             bool   `json:"debug"`
	Quiet             bool   `json:"quiet"`
	Shutdown          bool   `json:"shutdown"`
	ImageSource       string `json:"image_source"`
	AlpineLoader      string `json:"alpine_loader"`
	BootstrapId       string `json:"bootstrap_id"`
}

type NetbootDeleteHostResponse added in v1.1.44

type NetbootDeleteHostResponse struct {
	Message string   `json:"message"`
	Files   []string `json:"files"`
}

type NetbootDistFilesResponse added in v1.2.33

type NetbootDistFilesResponse struct {
	Message string   `json:"message"`
	Files   []string `json:"files"`
}

type NetbootHostStatusResponse added in v1.1.45

type NetbootHostStatusResponse struct {
	Message string    `json:"message"`
	Status  HostState `json:"status"`
}

type NetbootListHostsResponse added in v1.1.44

type NetbootListHostsResponse struct {
	Message   string   `json:"message"`
	Addresses []string `json:"addresses"`
}

type NetbootResponse added in v1.1.44

type NetbootResponse struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL