Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
IssueTracker issuetracker.IssueTracker
GitRepo gitrepo.GitRepo
VersionControl versioncontrol.VersionControl
}
Command struct is responsable for execute CLI commands
type Config ¶
type Config struct {
IssueTracker issuetracker.IssueTracker
GitRepo gitrepo.GitRepo
VersionControl versioncontrol.VersionControl
}
Config is a struct passed as param to create a new Command struct
Click to show internal directories.
Click to hide internal directories.