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

Struct testTemplateEngine

ctx_test.go:8024–8027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8022}
8023
8024type testTemplateEngine struct {
8025 templates *template.Template
8026 path string
8027}
8028
8029func (t *testTemplateEngine) Render(w io.Writer, name string, bind any, layout ...string) error {
8030 if len(layout) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected