Versions in this module Expand all Collapse all v1 v1.0.0 May 9, 2024 Changes in this version + func Find(org, repo string, cfg []IRepoFilter) int + type Config interface + SetDefault func() + Validate func() error + type ConfigAgent struct + func NewConfigAgent(b NewConfig) *ConfigAgent + func (ca *ConfigAgent) GetConfig() (string, Config) + func (ca *ConfigAgent) Start(path string) error + func (ca *ConfigAgent) Stop() + type IRepoFilter interface + CanApply func(org, orgRepo string) (applyOrgRepo bool, applyOrg bool) + type NewConfig func() Config + type RepoFilter struct + ExcludedRepos []string + Repos []string + func (p RepoFilter) CanApply(org, orgRepo string) (applyOrgRepo bool, applyOrg bool) + func (p RepoFilter) Validate() error