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

Struct TOML

render/toml.go:14–16  ·  render/toml.go::TOML

TOML contains the given interface object.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected