Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoChecker ¶
type RepoChecker struct {
// contains filtered or unexported fields
}
func NewRepoChecker ¶
func NewRepoChecker(repoURL, repoBranch, workDir string, interval time.Duration) *RepoChecker
func (*RepoChecker) LatestRevision ¶
func (c *RepoChecker) LatestRevision() string
func (*RepoChecker) UpdateLatestRevision ¶
func (c *RepoChecker) UpdateLatestRevision(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.