Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Folder ¶
type Folder struct {
Path string
UpdateCount uint32 // counts how often the folder has been updated
Times []time.Time // last MaxTimesEntries updates
}
Folder entry.
type ResourceCheckerFn ¶
ResourceCheckerFn converter to ResourceChecker interface.
func (ResourceCheckerFn) DoesExist ¶
func (fn ResourceCheckerFn) DoesExist(path string) bool
DoesExist implementation for ResourceCheckerFn.
Click to show internal directories.
Click to hide internal directories.