Documentation ¶
Index ¶
Constants ¶
View Source
const GitPollerKey = "GitPoller"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitPoller ¶
type GitPoller interface { Start(onUpdate OnUpdateFunction, onStart OnStartFunc, filters ...regexp.Regexp) error Stop() }
type OnStartFunc ¶
type OnStartFunc func(filepath string)
type OnUpdateFunction ¶
Click to show internal directories.
Click to hide internal directories.