Documentation ¶
Index ¶
- Constants
- type NestedPathsParam
- type NestedPathsResults
- func (nestedPathsResults *NestedPathsResults) Add(currentRootPath string, infos []os.FileInfo, err error)
- func (nestedPathsResults *NestedPathsResults) AddDirectory(currentRootPath string, infos []os.FileInfo, err error)
- func (nestedPathsResults *NestedPathsResults) AddFile(currentRootPath string, infos []os.FileInfo, err error)
- func (nestedPathsResults *NestedPathsResults) AddFilter(currentRootPath string, infos []os.FileInfo, err error, ...)
- func (nestedPathsResults *NestedPathsResults) ToResultsWithErrorCollection() *errstr.ResultsWithErrorCollection
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) ToResultsWithErrorCollection ¶
func (nestedPathsResults *NestedPathsResults) ToResultsWithErrorCollection() *errstr.ResultsWithErrorCollection
Click to show internal directories.
Click to hide internal directories.