| 11 | ) |
| 12 | |
| 13 | type embedFileSystemLoader struct { |
| 14 | dir string |
| 15 | fs embed.FS |
| 16 | } |
| 17 | |
| 18 | // NewLoader returns an initialized loader serving the passed embed.FS. |
| 19 | func NewLoader(dirPath string, fs embed.FS) jet.Loader { |
nothing calls this directly
no outgoing calls
no test coverage detected