thebinary / go-xen-client

GoLang XenAPI client generated using xenapi.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-xen-client

XenAPI client generated using xenapi.json

Work In Progress. Not fully tested.

Please do not modify any root source files manually. Every *.go files in the root is generated using the source at builder/

to re-generate the client source after any modification in builder/ source, run the:

make generate

to clean/remove all client source, run:

make clean

TODO:

  • To fully correct implementation

About

GoLang XenAPI client generated using xenapi.json


Languages

Language:Go 100.0%Language:Makefile 0.0%