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

Struct String

render/text.go:15–18  ·  render/text.go::String

String contains the given interface object slice and its format.

Source from the content-addressed store, hash-verified

13
14// String contains the given interface object slice and its format.
15type String struct {
16 Format string
17 Data []any
18}
19
20var plainContentType = []string{"text/plain; charset=utf-8"}
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected