MCPcopy Create free account
hub / github.com/goadesign/goa / LicenseExpr

Struct LicenseExpr

expr/api.go:65–70  ·  view source on GitHub ↗

LicenseExpr contains the license information for the API.

Source from the content-addressed store, hash-verified

63
64 // LicenseExpr contains the license information for the API.
65 LicenseExpr struct {
66 // Name of license used for the API
67 Name string `json:"name,omitempty"`
68 // URL to the license used for the API
69 URL string `json:"url,omitempty"`
70 }
71
72 // DocsExpr points to external documentation.
73 DocsExpr struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected