https://github.com/thebinary/go-xen-client
GoLang XenAPI client generated using xenapi.json
https://github.com/thebinary/go-xen-client
generated generated-code go golang xenapi xenapi-client xenapi-json xencenter xenserver
Last synced: 4 months ago
JSON representation
GoLang XenAPI client generated using xenapi.json
- Host: GitHub
- URL: https://github.com/thebinary/go-xen-client
- Owner: thebinary
- Created: 2019-09-30T12:21:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T05:39:55.000Z (over 5 years ago)
- Last Synced: 2025-06-27T07:42:00.390Z (6 months ago)
- Topics: generated, generated-code, go, golang, xenapi, xenapi-client, xenapi-json, xencenter, xenserver
- Language: Go
- Homepage:
- Size: 327 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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