app_files

package
v0.0.0-...-af9d2bc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2014 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppFilesInDir

func AppFilesInDir(dir string) (appFiles []models.AppFileFields, err error)

func CopyFiles

func CopyFiles(appFiles []models.AppFileFields, fromDir, toDir string) (err error)

func CountFiles

func CountFiles(directory string) uint64

func WalkAppFiles

func WalkAppFiles(dir string, onEachFile func(string, string) error) (err error)

Types

type ApplicationZipper

type ApplicationZipper struct{}

func (ApplicationZipper) IsZipFile

func (zipper ApplicationZipper) IsZipFile(file string) (result bool)

func (ApplicationZipper) Zip

func (zipper ApplicationZipper) Zip(dirOrZipFile string, targetFile *os.File) (err error)

type CfIgnore

type CfIgnore interface {
	FileShouldBeIgnored(path string) bool
}

func NewCfIgnore

func NewCfIgnore(text string) CfIgnore

type Zipper

type Zipper interface {
	Zip(dirToZip string, targetFile *os.File) (err error)
	IsZipFile(path string) bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL