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

Method AddMeta

expr/meta.go:20–20  ·  view source on GitHub ↗

AddMeta appends the given values to the metadata entry identified by name.

(name string, value ...string)

Source from the content-addressed store, hash-verified

18type MetaAdder interface {
19 // AddMeta appends the given values to the metadata entry identified by name.
20 AddMeta(name string, value ...string)
21}
22
23// MetaDeleter is implemented by expressions that can remove design-time metadata.

Callers 15

FinalizeMethod · 0.65
RenameMethod · 0.65
httpRequestBodyFunction · 0.65
buildHTTPResponseBodyFunction · 0.65
validatePkgPathMethod · 0.65
FinalizeMethod · 0.65
BodyFunction · 0.65
cookieAttributeFunction · 0.65
TypeNameFunction · 0.65
ViewFunction · 0.65
buildViewFunction · 0.65
MetaFunction · 0.65

Implementers 11

MethodExprexpr/method.go
HTTPFileServerExprexpr/http_file_server.go
ServerExprexpr/server.go
HostExprexpr/server.go
APIExprexpr/api.go
HTTPResponseExprexpr/http_response.go
HTTPServiceExprexpr/http_service.go
ServiceExprexpr/service.go
HTTPEndpointExprexpr/http_endpoint.go
RouteExprexpr/http_endpoint.go
AttributeExprexpr/attribute.go

Calls

no outgoing calls

Tested by

no test coverage detected