Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RepoInfo ¶ added in v0.2.0
type RepoInfo struct {
Repo *config.Repository
Name string
IsGitLab bool
CurrentDir string
IssueNumber int
Branch string
DescriptionProvider services.MRDescriptionProvider // For MR operations (code repo)
IssueDescriptionProvider services.MRDescriptionProvider // For issue operations (may be different repo)
}
RepoInfo holds information about a selected repository and related data
type RepoSettings ¶ added in v0.2.0
type RepoSettings struct {
Repo *config.Repository
Name string
Directory string
Labels string
Milestone string
Provider services.SCMProvider
CodeRepo *config.Repository // For cross-repo: code repo where branch is created
CodeRepoName string // Name of code repo
}
RepoSettings represents repository settings and configuration
Click to show internal directories.
Click to hide internal directories.