package
1.4.3
Repository: https://github.com/goadesign/goa.git
Documentation: pkg.go.dev

# Functions

API The API definition.
APISchema produces the API JSON hyper schema.
Generate is the generator entry point called by the meta generator.
GenerateMediaTypeDefinition produces the JSON schema corresponding to the given media type and given view.
GenerateResourceDefinition produces the JSON schema corresponding to the given API resource.
GenerateTypeDefinition produces the JSON schema corresponding to the given type.
MediaTypeRef produces the JSON reference to the media type definition with the given view.
NewGenerator returns an initialized instance of a JavaScript Client Generator.
NewJSONSchema instantiates a new JSON schema.
OutDir Path to output directory.
TypeRef produces the JSON reference to the type definition.
TypeSchema produces the JSON schema corresponding to the given data type.

# Constants

JSONArray represents a JSON array.
JSONBoolean represents a JSON boolean.
JSONFile is an extension used by Swagger to represent a file download.
JSONInteger represents a JSON number without a fraction or exponent part.
JSONNull represents the JSON null value.
JSONNumber represents any JSON number.
JSONObject represents a JSON object.
JSONString represents a JSON string.
SchemaRef is the JSON Hyper-schema standard href.

# Variables

Definitions contains the generated JSON schema definitions.

# Structs

Generator is the application code generator.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
Option a generator option definition.