rgbkrk / libvirt-go

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

virDomainMigrate? #45

Closed cdrage closed 9 years ago

cdrage commented 9 years ago

Correct me if I'm blind, but has virDomainMigrate bindings been implemented?

alexzorin commented 9 years ago

No, you're right, it is not implemented.

cdrage commented 9 years ago

Ah, thought so. Kind of new to Go, assumed it had an auto-import function similar to Ruby's C implementation / wrapper of ruby-libvirt.

Thanks :) I'll contribute to development.

alexzorin commented 9 years ago

To be fair, there are tools (swig, def2go), but I just didn't know about them at the time. Worth investigating.