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

Struct DocsExpr

expr/api.go:73–78  ·  view source on GitHub ↗

DocsExpr points to external documentation.

Source from the content-addressed store, hash-verified

71
72 // DocsExpr points to external documentation.
73 DocsExpr struct {
74 // Description of documentation.
75 Description string `json:"description,omitempty"`
76 // URL to documentation.
77 URL string `json:"url,omitempty"`
78 }
79
80 // URLHolder is an interface that allows expression types to receive
81 // a URL. Types implementing this interface can use the URL() DSL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected