clustvirt/lib/network/lib.go

7 lines
202 B
Go
Raw Normal View History

// 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{}