MCPcopy
hub / github.com/gofiber/fiber / errorTemplateEngine

Struct errorTemplateEngine

ctx_test.go:8201–8201  ·  ctx_test.go::errorTemplateEngine

Source from the content-addressed store, hash-verified

8199}
8200
8201type errorTemplateEngine struct{}
8202
8203func (errorTemplateEngine) Render(_ io.Writer, _ string, _ any, _ ...string) error {
8204 return errors.New("errorTemplateEngine")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected