Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrOnlyUseOne = errors.New("may only use one of `search_query`, `all_repos_in_org` or `repos`") ErrMustUseOne = errors.New("must specify one of `search_query`, `all_repos_in_org` or `repos`") )
Functions ¶
This section is empty.
Types ¶
type Banshee ¶
type Banshee struct {
GlobalConfig *configs.GlobalConfig
MigrationConfig *configs.MigrationConfig
GithubClient githubClient
Progress *progress.Progress
DryRun bool
// contains filtered or unexported fields
}
func NewBanshee ¶
func NewBanshee(ctx context.Context, config configs.GlobalConfig, migConfig configs.MigrationConfig) (*Banshee, error)
func (*Banshee) CreateCacheRepoIfEnabled ¶
func (*Banshee) OnlyOneRepoChoice ¶
Click to show internal directories.
Click to hide internal directories.