Versions in this module Expand all Collapse all v0 v0.9.4 Aug 16, 2023 Changes in this version + func NewLocalfile(filePath string) types.FileReader + type LocalFile struct + func (f *LocalFile) Close() (io.ReadCloser, error) + func (f *LocalFile) FilePath() string + func (f *LocalFile) Open() (io.ReadCloser, error) + func (f *LocalFile) Stat() (fs.FileInfo, error) + type LocalWalker struct + func New(e *fileevaluator.FileEvaluator, basePath string, dir string) *LocalWalker + func (f *LocalWalker) GetFiles() ([]types.FileReader, error)