lib

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileFInder

type FileFInder interface {
	FindFiles(path string) ([]string, []string, error)
}

func NewFileFinder

func NewFileFinder(startTime, endTime time.Time, recursive, include, dir, dironly bool) (FileFInder, error)

type FileWalker

type FileWalker struct {
	StartTime time.Time
	EndTime   time.Time
	Recursive bool
	Include   bool
	Dir       bool
	DirOnly   bool
}

func (*FileWalker) FindFiles

func (finder *FileWalker) FindFiles(root string) ([]string, []string, error)

Jump to

Keyboard shortcuts

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