| 9 | ) |
| 10 | |
| 11 | type httpFileSystemLoader struct { |
| 12 | fs http.FileSystem |
| 13 | } |
| 14 | |
| 15 | // NewLoader returns an initialized loader serving the passed http.FileSystem. |
| 16 | func NewLoader(fs http.FileSystem) (jet.Loader, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected