Documentation ¶
Index ¶
- func AppFilesInDir(dir string) (appFiles []models.AppFileFields, err error)
- func CopyFiles(appFiles []models.AppFileFields, fromDir, toDir string) (err error)
- func CountFiles(directory string) int64
- func WalkAppFiles(dir string, onEachFile func(string, string) error) (err error)
- type ApplicationZipper
- type CfIgnore
- type Zipper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppFilesInDir ¶
func AppFilesInDir(dir string) (appFiles []models.AppFileFields, err error)
func CountFiles ¶
Types ¶
type ApplicationZipper ¶
type ApplicationZipper struct{}
func (ApplicationZipper) IsZipFile ¶
func (zipper ApplicationZipper) IsZipFile(file string) (result bool)
type CfIgnore ¶
func NewCfIgnore ¶
Click to show internal directories.
Click to hide internal directories.