Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalFileList ¶
type LocalFileList struct { // Path is the main folder to start look from Path string }
LocalFileList loads file list from local disk dir.
func NewLocalFileList ¶
func NewLocalFileList(path string) (*LocalFileList, error)
NewLocalFileList creates LocalFileList instance.
type LocalFileLoader ¶
type LocalFileLoader struct { // StoragePath is the main folder to save into Path string OpenFileFunc OpenFileFunc }
LocalFileLoader loads file on local disk
func NewLocalFileLoader ¶
func NewLocalFileLoader(path string) (*LocalFileLoader, error)
NewLocalFileLoader creates LocalFileLoader instance
type NonEmptyFileTester ¶
type NonEmptyFileTester struct { Path string // contains filtered or unexported fields }
NonEmptyFileTester test if file is empty
func NewNonEmptyFileTester ¶
func NewNonEmptyFileTester(path string) (*NonEmptyFileTester, error)
NewNonEmptyFileTester creates NonEmptyFileTester instance
Click to show internal directories.
Click to hide internal directories.