• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Jul-2017-

test/H29-Jul-2017-2622

README.mdH A D29-Jul-2017431 149

domain.goH A D29-Jul-201722.1 KiB623542

generate-compiler.goH A D29-Jul-201734.2 KiB914827

generate-extension.goH A D29-Jul-201711.8 KiB364293

generate-extension_test.goH A D29-Jul-20171.1 KiB5343

generate-proto.goH A D29-Jul-20173 KiB12091

helpers.goH A D29-Jul-20171 KiB3515

main.goH A D29-Jul-20177.5 KiB249198

types.goH A D29-Jul-20174.8 KiB13393

README.md

1# generate-gnostic
2
3## The gnostic compiler generator
4
5This directory contains code that generates a protocol buffer
6representation and supporting code for a JSON schema.
7
8It is currently used to build models of OpenAPI specifications
9and extensions which are described as "vendor extensions" in
10OpenAPI 2.0 and "specification extensions" in OpenAPI 3.0.
11
12For usage information, run the `generate-gnostic` binary with no
13options.
14