Documentation ¶
Index ¶
- type FileSystem
- func (f *FileSystem) Create(inputFiles <-chan *betav1.FileInfo) (<-chan *betav1.FileInfo, error)
- func (s *FileSystem) Get(inputFiles <-chan *betav1.FileInfo) (<-chan *betav1.FileInfo, error)
- func (f *FileSystem) List() (<-chan *betav1.FileInfo, error)
- func (f *FileSystem) Verify(inputFiles <-chan *betav1.FileInfo) (<-chan *betav1.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct {
SyncDir string
}
FileSystem is the implementation for betav1/SyncObject for the FileSystem
func (*FileSystem) Get ¶
Get downloads the content for incoming FileInfo and passes them to the next step
Click to show internal directories.
Click to hide internal directories.