files

package
v0.0.0-...-cd880bd Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrRecursionLimitReached = errors.New("reached maximum recursion depth")
	ErrDirectoryListFailed   = errors.New("failed reading directory contents")

	//nolint:gochecknoglobals // Allow configuration of recursion depth limit
	RecurseLimit = 128
)

Functions

func FindRecursive

func FindRecursive(ctx context.Context, directories []string) ([]string, error)

Types

type FilterFn

type FilterFn func(string) bool

Jump to

Keyboard shortcuts

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