MCPcopy
hub / github.com/labstack/echo / Template

Struct Template

context_test.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type Template struct {
31 templates *template.Template
32}
33
34var testUser = user{ID: 1, Name: "Jon Snow"}
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected