rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Domain events API implementation #34

Closed cbosdo closed 10 years ago

cbosdo commented 10 years ago

The big amount of callbacks from libvirt C API has been mapped to different details structs in the Go API.

alexzorin commented 10 years ago

Looks like a good way to do it, thanks