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

Method UnmarshalJSON

http/codegen/openapi/v3/ref.go:90–90  ·  view source on GitHub ↗
(d []byte)

Source from the content-addressed store, hash-verified

88func (r *HeaderRef) UnmarshalJSON(d []byte) error { return unmarshalJSONRef(d, &r.Ref, &r.Value) }
89func (r *CallbackRef) UnmarshalJSON(d []byte) error { return unmarshalJSONRef(d, &r.Ref, &r.Value) }
90func (r *ExampleRef) UnmarshalJSON(d []byte) error { return unmarshalJSONRef(d, &r.Ref, &r.Value) }
91func (r *LinkRef) UnmarshalJSON(d []byte) error { return unmarshalJSONRef(d, &r.Ref, &r.Value) }
92func (r *RequestBodyRef) UnmarshalJSON(d []byte) error { return unmarshalJSONRef(d, &r.Ref, &r.Value) }
93func (r *SecuritySchemeRef) UnmarshalJSON(d []byte) error {

Callers

nothing calls this directly

Calls 1

unmarshalJSONRefFunction · 0.85

Tested by

no test coverage detected