Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultipassListOutput ¶
type MultipassListOutput struct {
List []MultipassVM `json:"list"`
}
type MultipassVM ¶
type MultipassVM struct { Ipv4 []string `json:"ipv4"` Name string `json:"name"` Release string `json:"release"` State string `json:"state"` }
func ListVMs ¶
func ListVMs() []MultipassVM
Click to show internal directories.
Click to hide internal directories.