...

Text file src/github.com/google/gnostic-models/discovery/README.md

Documentation: github.com/google/gnostic-models/discovery

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

View as plain text