mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
.. | ||
test | ||
domain.go | ||
generate-compiler.go | ||
generate-extension_test.go | ||
generate-extension.go | ||
generate-proto.go | ||
helpers.go | ||
main.go | ||
README.md | ||
types.go |
generate-gnostic
The gnostic compiler generator
This directory contains code that generates a protocol buffer representation and supporting code for a JSON schema.
It is currently used to build models of OpenAPI specifications and extensions which are described as "vendor extensions" in OpenAPI 2.0 and "specification extensions" in OpenAPI 3.0.
For usage information, run the generate-gnostic
binary with no
options.