Versions in this module Expand all Collapse all v0 v0.2.0 Sep 16, 2020 Changes in this version + type NewParams struct + GitRepo gitrepo.GitRepo + IssueTracker issuetracker.IssueTracker + VersionControl versioncontrol.VersionControl v0.1.0 Sep 16, 2020 Changes in this version + type Command struct + GitRepo gitrepo.GitRepo + IssueTracker issuetracker.IssueTracker + VersionControl versioncontrol.VersionControl + func New(config Config) (Command, error) + func (c *Command) Start(ID, org, repo string) error + type Config struct + GitRepo gitrepo.GitRepo + IssueTracker issuetracker.IssueTracker + VersionControl versioncontrol.VersionControl