Versions in this module Expand all Collapse all v0 v0.1.0 Aug 17, 2018 Changes in this version + func GetRepoPath(cache, repo string) (path string, err error) + type Event struct + Path string + Timestamp time.Time + URL string + type Session struct + Directory string + Events chan Event + InitialDone chan struct{} + InitialEvent bool + Interval time.Duration + Repositories []string + func New(ctx context.Context, repos []string, interval time.Duration, dir string, ...) (session *Session, err error) + func (s *Session) Close() + func (s *Session) Run() (err error)