Versions in this module Expand all Collapse all v0 v0.11.1 Mar 27, 2026 v0.11.0 Mar 26, 2026 Changes in this version + type RepoChecker struct + func NewRepoChecker(repoURL, repoBranch, workDir string, interval time.Duration) *RepoChecker + func (c *RepoChecker) Clone(ctx context.Context) error + func (c *RepoChecker) LatestRevision() string + func (c *RepoChecker) UpdateLatestRevision(ctx context.Context) error