Documentation ¶
Index ¶
- Constants
- func Get(separator string, isNormalize bool, pathTranspiler *corestr.Hashmap, ...) *errstr.ResultsWithErrorCollection
- func GetExcept(separator string, isNormalize bool, pathTranspiler *corestr.Hashmap, ...) *errstr.ResultsWithErrorCollection
- func GetFiltersArray(rootPath string, additionalFilters []string, extensions []string, ...) []string
- func GetRecursive(separator string, isNormalize bool, pathTranspiler *corestr.Hashmap, ...) *errstr.ResultsWithErrorCollection
- func GetRecursiveExcept(separator string, isNormalize bool, pathTranspiler *corestr.Hashmap, ...) *errstr.ResultsWithErrorCollection
- func GetTranspiledPathForDollarVariables(pathTranspiler *corestr.Hashmap, givenPath string) string
- func NewArray(array ...string) *[]string
- type Query
Constants ¶
View Source
const (
ExtensionFilterStart = "*."
)
Variables ¶
This section is empty.
Functions ¶
func GetFiltersArray ¶
func GetFiltersArray( rootPath string, additionalFilters []string, extensions []string, isRecursive bool, isNormalizePath bool, ) []string
GetFiltersArray
rootPath should not ends with separator
func GetRecursive ¶
func GetRecursiveExcept ¶
Types ¶
type Query ¶
type Query struct { AdditionalFilters *[]string // contains filtered or unexported fields }
func (*Query) CreateJoinedPathsWithFilters ¶
func (*Query) Extensions ¶
func (*Query) ExtensionsLength ¶
func (*Query) FilterLength ¶
Source Files ¶
- FilterQuery.go
- Get.go
- GetExcept.go
- GetFiltersArray.go
- GetRecursive.go
- GetRecursiveExcept.go
- GetTranspiledPathForDollarVariables.go
- consts.go
- getFilterDefinitions.go
- getFilterForEachFilterPath.go
- getFilteredFilesByExtensions.go
- getFilteredFilesByNameMatching.go
- getForEachPath.go
- getRecursiveFilterDefinitions.go
- getRecursiveFilterForEachFilterPath.go
- getRecursiveForEachPath.go
- recursiveFilterGetterParam.go
Click to show internal directories.
Click to hide internal directories.