registry-api-descriptor-template

command
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2015 License: Apache-2.0, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

registry-api-descriptor-template uses the APIDescriptor defined in the api/v2 package to execute templates passed to the command line.

For example, to generate a new API specification, one would execute the following command from the repo root:

$ registry-api-descriptor-template doc/spec/api.md.tmpl > doc/spec/api.md

The templates are passed in the api/v2.APIDescriptor object. Please see the package documentation for fields available on that object. The template syntax is from Go's standard library text/template package. For information on Go's template syntax, please see golang.org/pkg/text/template.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL