Documentation
¶
Overview ¶
Package file providers a file caching dependency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDependency ¶
func NewDependency(path string) caching.Dependency
NewDependency returns a new file dependency.
Types ¶
type Dependency ¶
Dependency represents a file dependency.
func (*Dependency) HasChanged ¶
func (d *Dependency) HasChanged() bool
HasChanged reports whether the file has changed.
Click to show internal directories.
Click to hide internal directories.