Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrentHash ¶
CurrentHash returns the current git HEAD hash.
Types ¶
type StaleReport ¶
StaleReport describes a stale subgraph.
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
Watcher detects stale memories by checking git history.
func New ¶
New creates a git Watcher for the given project directory. Returns an error if the directory path is invalid or does not exist.
func (*Watcher) StalesSince ¶
StalesSince returns stale reports for files changed since the given time.
Click to show internal directories.
Click to hide internal directories.