Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cache ¶
func Cache(path string, conditions ...pipeline.CacheCondition) pipeline.Cacher
Cache will store the directory or file located at `path` if the conditions return true. If all of the conditions return true, then the step is skipped and the directory is added to the local filesystem.
func FileHasChanged ¶
func FileHasChanged(file string) pipeline.CacheCondition
FileHasChanged creates a checksum for the file "file" and stores it. If the checksum does not exist in the scribe key store, then it will return false.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.