Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedateFilter ¶
type RedateFilter struct {
StartDate time.Time
TargetDate time.Time
TargetDays int
RemoveOutsideWindow bool
}
func NewRedateFilter ¶
func NewRedateFilter(startDate, targetDate time.Time, targetDays int) *RedateFilter
Click to show internal directories.
Click to hide internal directories.