Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checksum ¶
Checksum validades if a task is up to date by calculating its source files checksum
func (*Checksum) IsUpToDate ¶
IsUpToDate implements the Checker interface
type None ¶
type None struct{}
None is a no-op Checker
func (None) IsUpToDate ¶
IsUpToDate implements the Checker interface
type Timestamp ¶
Timestamp checks if any source change compared with the generated files, using file modifications timestamps.
func (*Timestamp) IsUpToDate ¶
IsUpToDate implements the Checker interface
Click to show internal directories.
Click to hide internal directories.