MCPcopy Create free account
hub / github.com/CloudyKit/jet / httpFileSystemLoader

Struct httpFileSystemLoader

loaders/httpfs/loader.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type httpFileSystemLoader struct {
12 fs http.FileSystem
13}
14
15// NewLoader returns an initialized loader serving the passed http.FileSystem.
16func NewLoader(fs http.FileSystem) (jet.Loader, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected