Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CleanerGroup ¶
type CleanerGroup struct {
Jobs []Cleaner
}
CleanerGroup is a list of cleaners
func (*CleanerGroup) Clean ¶
func (c *CleanerGroup) Clean(ID string) error
Clean runs all cleaners in the group
type LocalFile ¶
type LocalFile struct {
// contains filtered or unexported fields
}
LocalFile is a struct for local file cleaner
func NewFileCleaners ¶
NewFileCleaners creates file cleaners based on provided paths
func NewLocalFile ¶
NewLocalFile creates file cleaner
type OldIDsProvider ¶
OldIDsProvider return old ids for cleaning service
Click to show internal directories.
Click to hide internal directories.