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

Method UnmarshalJSON

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

Source from the content-addressed store, hash-verified

86func (r *ParameterRef) UnmarshalJSON(d []byte) error { return unmarshalJSONRef(d, &r.Ref, &r.Value) }
87func (r *ResponseRef) UnmarshalJSON(d []byte) error { return unmarshalJSONRef(d, &r.Ref, &r.Value) }
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) }

Callers

nothing calls this directly

Calls 1

unmarshalJSONRefFunction · 0.85

Tested by

no test coverage detected