MCPcopy
hub / github.com/redspread/spread / FileInput

Struct FileInput

pkg/input/dir/input.go:12–14  ·  view source on GitHub ↗

FileInput produces Entities from objects stored at a given path of the filesystem using the Redspread convention.

Source from the content-addressed store, hash-verified

10
11// FileInput produces Entities from objects stored at a given path of the filesystem using the Redspread convention.
12type FileInput struct {
13 FileSource
14}
15
16// NewFileInput returns an Input based on a file system
17func NewFileInput(path string) (*FileInput, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected