Add Secrets() (#29)

This adds the `Secrets()` method, used to retrieve all secrets managed
by the libvirt daemon.
This commit is contained in:
Ben LeMasurier
2017-01-19 20:40:31 -06:00
committed by GitHub
parent cfa567708b
commit 2609dd2697
7 changed files with 177 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ const (
ProcDomainDestroyFlags = 234
ProcConnectListAllDomains = 273
ProcConnectListAllStoragePools = 281
ProcConnectListAllSecrets = 287
ProcMigratePerformParams = 305
ProcDomainDefineXMLFlags = 350
)