Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchCandidate ¶
func MatchCandidate(flt *ObjectFilter, c Candidate) bool
Types ¶
type ObjectFilter ¶
type ObjectFilter struct {
Path string
PathExcludeYn string
Contains []string
ContainExcludeYn string
Suffixes []string
Exact []string
Regex *regexp.Regexp
MinSize *float64
MaxSize *float64
ModifiedAfter *time.Time
ModifiedBefore *time.Time
SizeFilteringUnit string
}
func FromParams ¶
func FromParams(p *models.ObjectFilterParams) (*ObjectFilter, error)
Click to show internal directories.
Click to hide internal directories.