ds

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FilePath = " ,\n\tfile path :"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type NestedPathsParam

type NestedPathsParam struct {
	IsContinueOnError bool

	Separator string
	// contains filtered or unexported fields
}

func (*NestedPathsParam) Results

func (nestedPathsParam *NestedPathsParam) Results() *NestedPathsResults

type NestedPathsResults

type NestedPathsResults struct {
	Paths                  *corestr.LinkedCollections
	ErrorWrappersCollector *errwrappers.Collection
	// contains filtered or unexported fields
}

func NewNestedPathsResults

func NewNestedPathsResults(param *NestedPathsParam) *NestedPathsResults

func (*NestedPathsResults) Add

func (nestedPathsResults *NestedPathsResults) Add(
	currentRootPath string,
	infos []os.FileInfo,
	err error,
)

func (*NestedPathsResults) AddDirectory

func (nestedPathsResults *NestedPathsResults) AddDirectory(
	currentRootPath string,
	infos []os.FileInfo,
	err error,
)

func (*NestedPathsResults) AddFile

func (nestedPathsResults *NestedPathsResults) AddFile(
	currentRootPath string,
	infos []os.FileInfo,
	err error,
)

func (*NestedPathsResults) AddFilter

func (nestedPathsResults *NestedPathsResults) AddFilter(
	currentRootPath string,
	infos []os.FileInfo,
	err error,
	filter pathfuncs.Filter,
)

func (*NestedPathsResults) ToResultsWithErrorCollection

func (nestedPathsResults *NestedPathsResults) ToResultsWithErrorCollection() *errstr.ResultsWithErrorCollection

Jump to

Keyboard shortcuts

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