Matthew Stobbs
f96a911722
- All host node info is done using goroutines to speed up the process as much as possible - The vast majority of data is stored at this point - Need to work out refreshes, using either polling or events
8 lines
137 B
Modula-2
8 lines
137 B
Modula-2
module git.staur.ca/stobbsm/clustvirt
|
|
|
|
go 1.22.1
|
|
|
|
require libvirt.org/go/libvirt v1.10001.0
|
|
|
|
require gopkg.in/ffmt.v1 v1.5.6 // indirect
|