properly stubbed each library so it will compile
This commit is contained in:
parent
1bfdaf28c7
commit
bb9feaef44
@ -0,0 +1 @@
|
||||
package device
|
@ -32,11 +32,17 @@ type Host struct {
|
||||
Encrypted bool
|
||||
Secure bool
|
||||
// alldomains
|
||||
VMList []string
|
||||
// allinterfaces
|
||||
IFList []string
|
||||
// allnetworks
|
||||
NetList []string
|
||||
// alldevices
|
||||
DeviceList []string
|
||||
// allsecrets
|
||||
SecretList []string
|
||||
// allstoragepools
|
||||
StoragePoolList []string
|
||||
// defineddomains
|
||||
// definedinterfaces
|
||||
// definednetworks
|
||||
@ -47,7 +53,6 @@ type Host struct {
|
||||
// listserets []string secretname
|
||||
// liststoragepools []string storagepoolname
|
||||
|
||||
|
||||
uri *URI
|
||||
conn *libvirt.Connect
|
||||
close chan struct{}
|
||||
|
1
lib/netif/lib.go
Normal file
1
lib/netif/lib.go
Normal file
@ -0,0 +1 @@
|
||||
package netif
|
@ -0,0 +1 @@
|
||||
package network
|
@ -0,0 +1 @@
|
||||
package secret
|
@ -0,0 +1 @@
|
||||
package storagepool
|
Loading…
Reference in New Issue
Block a user