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

Struct ContactExpr

expr/api.go:55–62  ·  view source on GitHub ↗

ContactExpr contains the API contact information.

Source from the content-addressed store, hash-verified

53
54 // ContactExpr contains the API contact information.
55 ContactExpr struct {
56 // Name of the contact person/organization
57 Name string `json:"name,omitempty"`
58 // Email address of the contact person/organization
59 Email string `json:"email,omitempty"`
60 // URL pointing to the contact information
61 URL string `json:"url,omitempty"`
62 }
63
64 // LicenseExpr contains the license information for the API.
65 LicenseExpr struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected