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
|
Encrypted bool
|
||||||
Secure bool
|
Secure bool
|
||||||
// alldomains
|
// alldomains
|
||||||
|
VMList []string
|
||||||
// allinterfaces
|
// allinterfaces
|
||||||
|
IFList []string
|
||||||
// allnetworks
|
// allnetworks
|
||||||
|
NetList []string
|
||||||
// alldevices
|
// alldevices
|
||||||
|
DeviceList []string
|
||||||
// allsecrets
|
// allsecrets
|
||||||
|
SecretList []string
|
||||||
// allstoragepools
|
// allstoragepools
|
||||||
|
StoragePoolList []string
|
||||||
// defineddomains
|
// defineddomains
|
||||||
// definedinterfaces
|
// definedinterfaces
|
||||||
// definednetworks
|
// definednetworks
|
||||||
@ -47,7 +53,6 @@ type Host struct {
|
|||||||
// listserets []string secretname
|
// listserets []string secretname
|
||||||
// liststoragepools []string storagepoolname
|
// liststoragepools []string storagepoolname
|
||||||
|
|
||||||
|
|
||||||
uri *URI
|
uri *URI
|
||||||
conn *libvirt.Connect
|
conn *libvirt.Connect
|
||||||
close chan struct{}
|
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