MCPcopy
hub / github.com/gin-gonic/gin / YAML

Struct YAML

render/yaml.go:14–16  ·  view source on GitHub ↗

YAML contains the given interface object.

Source from the content-addressed store, hash-verified

12
13// YAML contains the given interface object.
14type YAML struct {
15 Data any
16}
17
18var yamlContentType = []string{"application/yaml; charset=utf-8"}
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected