Documentation
¶
Overview ¶
fileobject implements rotation for filesystem objects using os.Stat and os.Remove.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
File captures a file path and it's mtime, providing methods for the Object interface. The mtime is cached to avoid hammering the filesystem during sorting.
Click to show internal directories.
Click to hide internal directories.