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
|
||||
Encrypted bool
|
||||
Secure bool
|
||||
//alldomains
|
||||
//allinterfaces
|
||||
//allnetworks
|
||||
//alldevices
|
||||
//allsecrets
|
||||
//allstoragepools
|
||||
//defineddomains
|
||||
//definedinterfaces
|
||||
//definednetworks
|
||||
//definedstoragepools
|
||||
//listdomains []int id
|
||||
//listinterfaces []string interfacename
|
||||
//listnetworks []string networkname
|
||||
//listserets []string secretname
|
||||
//liststoragepools []string storagepoolname
|
||||
|
||||
// alldomains
|
||||
VMList []string
|
||||
// allinterfaces
|
||||
IFList []string
|
||||
// allnetworks
|
||||
NetList []string
|
||||
// alldevices
|
||||
DeviceList []string
|
||||
// allsecrets
|
||||
SecretList []string
|
||||
// allstoragepools
|
||||
StoragePoolList []string
|
||||
// defineddomains
|
||||
// definedinterfaces
|
||||
// definednetworks
|
||||
// definedstoragepools
|
||||
// listdomains []int id
|
||||
// listinterfaces []string interfacename
|
||||
// listnetworks []string networkname
|
||||
// listserets []string secretname
|
||||
// liststoragepools []string storagepoolname
|
||||
|
||||
uri *URI
|
||||
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