MCPcopy Index your code
hub / github.com/flosch/pongo2 / FSLoader

Struct FSLoader

template_loader.go:17–19  ·  view source on GitHub ↗

FSLoader supports the fs.FS interface for loading templates

Source from the content-addressed store, hash-verified

15
16// FSLoader supports the fs.FS interface for loading templates
17type FSLoader struct {
18 fs fs.FS
19}
20
21func NewFSLoader(fs fs.FS) *FSLoader {
22 return &FSLoader{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected