properly stubbed each library so it will compile
This commit is contained in:
parent
1bfdaf28c7
commit
bb9feaef44
@ -0,0 +1 @@
|
|||||||
|
package device
|
@ -31,22 +31,27 @@ type Host struct {
|
|||||||
Alive bool
|
Alive bool
|
||||||
Encrypted bool
|
Encrypted bool
|
||||||
Secure bool
|
Secure bool
|
||||||
//alldomains
|
// alldomains
|
||||||
//allinterfaces
|
VMList []string
|
||||||
//allnetworks
|
// allinterfaces
|
||||||
//alldevices
|
IFList []string
|
||||||
//allsecrets
|
// allnetworks
|
||||||
//allstoragepools
|
NetList []string
|
||||||
//defineddomains
|
// alldevices
|
||||||
//definedinterfaces
|
DeviceList []string
|
||||||
//definednetworks
|
// allsecrets
|
||||||
//definedstoragepools
|
SecretList []string
|
||||||
//listdomains []int id
|
// allstoragepools
|
||||||
//listinterfaces []string interfacename
|
StoragePoolList []string
|
||||||
//listnetworks []string networkname
|
// defineddomains
|
||||||
//listserets []string secretname
|
// definedinterfaces
|
||||||
//liststoragepools []string storagepoolname
|
// definednetworks
|
||||||
|
// definedstoragepools
|
||||||
|
// listdomains []int id
|
||||||
|
// listinterfaces []string interfacename
|
||||||
|
// listnetworks []string networkname
|
||||||
|
// listserets []string secretname
|
||||||
|
// liststoragepools []string storagepoolname
|
||||||
|
|
||||||
uri *URI
|
uri *URI
|
||||||
conn *libvirt.Connect
|
conn *libvirt.Connect
|
||||||
|
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