Documentation
¶
Index ¶
- func GenerateProgressID(org, branchName string) string
- type Progress
- func (p *Progress) AddRepos(repos []string)
- func (p *Progress) GetRepos() []string
- func (p *Progress) GetReposNotCloned() []string
- func (p *Progress) GetReposNotMigrated() []string
- func (p *Progress) MarkCloned(repo string) error
- func (p *Progress) MarkMigrated(repo string) error
- func (p *Progress) ProgressFile() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateProgressID ¶
Types ¶
type Progress ¶
type Progress struct {
ID string
Dir string
Config *configs.ProgressConfig
// contains filtered or unexported fields
}
func NewProgress ¶
func (*Progress) GetReposNotCloned ¶
GetReposNotCloned returns a list of repos that haven't been cloned yet.
func (*Progress) GetReposNotMigrated ¶
GetReposNotMigrated returns a list of repos that haven't been migrated yet.
func (*Progress) MarkCloned ¶
func (*Progress) MarkMigrated ¶
func (*Progress) ProgressFile ¶
Click to show internal directories.
Click to hide internal directories.