2024-03-19 15:13:44 +00:00
|
|
|
// Package network defines varialbes and methods to control libvirtd
|
|
|
|
// networks. Networks Can be defined cluster wide, and mapped to
|
|
|
|
// host interfaces this way.
|
2024-03-12 16:33:14 +00:00
|
|
|
package network
|
2024-03-19 15:13:44 +00:00
|
|
|
|
|
|
|
type Network struct{}
|