Documentation
¶
Index ¶
Constants ¶
View Source
const ( RepoTemplateUpdateTrackerFile = "config/copier/.copier-answers.yml" DayBeforeStale = 30 )
Variables ¶
View Source
var ( ErrRepoTemplateUpdateTrackerFileDoesNotExist = fmt.Errorf( "repo template update tracker file does not exist or is empty", ) ErrGitRepoNil = fmt.Errorf("git repository is nil") ErrGitHeadNil = fmt.Errorf("git repository head is nil") ErrGitTagsNil = fmt.Errorf("git repository tags is nil") ErrGitTagsMalformed = fmt.Errorf("git repository tags are malformed") ErrRepoTemplateUpdateTrackerFileNoCommit = fmt.Errorf( "repo template update tracker file has no commits", ) )
Functions ¶
func CheckRepoTemplateUpdate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.