7 lines
202 B
Go
7 lines
202 B
Go
// 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
|
|
|
|
type Network struct{}
|