Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileChecker ¶
type FileChecker struct{}
type FileCreator ¶
type FileCreator struct{}
func (FileCreator) Create ¶
func (FileCreator) Create(params ParamsCreateFile) error
type FileRemover ¶
type FileRemover struct{}
func (FileRemover) RemoveAll ¶
func (FileRemover) RemoveAll(path string) error
type FileRenamer ¶
type FileRenamer struct{}
func (FileRenamer) Rename ¶
func (FileRenamer) Rename(src, dest string) error
type ParamsCreateFile ¶
Click to show internal directories.
Click to hide internal directories.