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
}
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
}
RepoSettings represents repository settings and configuration
Click to show internal directories.
Click to hide internal directories.