Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 449 Bytes

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