2
0
Fork
You've already forked qapi
0
Golang Structs for the QGA API
  • Python 66.6%
  • Go 33.4%
Find a file
2020年02月12日 20:04:43 -08:00
generator omitempty on structs 2020年02月12日 20:04:43 -08:00
.gitignore Initial commit 2020年01月30日 10:29:37 -08:00
alternates_gen.go It builts! 2020年02月03日 12:16:34 -08:00
commands_gen.go Configurable timeout 2020年02月12日 19:37:54 -08:00
enums_gen.go It builts! 2020年02月03日 12:16:34 -08:00
qapi-schema.json Initial commit 2020年01月30日 10:29:37 -08:00
README.md Initial commit 2020年01月30日 10:29:37 -08:00
structs_gen.go omitempty on structs 2020年02月12日 20:04:43 -08:00

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.