MCPcopy
hub / github.com/cloudwego/hertz / String

Struct String

pkg/app/server/render/text.go:51–54  ·  view source on GitHub ↗

String contains the given interface object slice and its format.

Source from the content-addressed store, hash-verified

49
50// String contains the given interface object slice and its format.
51type String struct {
52 Format string
53 Data []interface{}
54}
55
56var plainContentType = "text/plain; charset=utf-8"
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected