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