Golang Structs for the QGA API
- Python 66.6%
- Go 33.4%
| generator | omitempty on structs | |
| .gitignore | Initial commit | |
| alternates_gen.go | It builts! | |
| commands_gen.go | Configurable timeout | |
| enums_gen.go | It builts! | |
| qapi-schema.json | Initial commit | |
| README.md | Initial commit | |
| structs_gen.go | omitempty on structs | |
Golang Structs for the QGA API
This package provides utilities for interacting with the QEMU guest agent. They are generated from the QAPI schema document.
To re-generate, update qapi-schema.json and run generator/generate.py. It may
overwrite any existing files that end in _gen.go.