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

..10-Apr-2019-

OpenAPIv2.goH A D10-Apr-2019282.6 KiB8,7297,723

OpenAPIv2.pb.goH A D10-Apr-2019146.3 KiB4,4563,722

OpenAPIv2.protoH A D10-Apr-201917.5 KiB664594

README.mdH A D10-Apr-2019649 1712

README.md

1# OpenAPI v2 Protocol Buffer Models
2
3This directory contains a Protocol Buffer-language model
4and related code for supporting OpenAPI v2.
5
6Gnostic applications and plugins can use OpenAPIv2.proto
7to generate Protocol Buffer support code for their preferred languages.
8
9OpenAPIv2.go is used by Gnostic to read JSON and YAML OpenAPI
10descriptions into the Protocol Buffer-based datastructures
11generated from OpenAPIv2.proto.
12
13OpenAPIv2.proto and OpenAPIv2.go are generated by the Gnostic
14compiler generator, and OpenAPIv2.pb.go is generated by
15protoc, the Protocol Buffer compiler, and protoc-gen-go, the
16Protocol Buffer Go code generation plugin.
17