clustvirt/lib/network/lib.go

7 lines
202 B
Go
Raw Normal View History

2024-03-19 04:38:28 +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.
package network
2024-03-19 04:38:28 +00:00
type Network struct{}