[#87] add various commands for interacting with epics

This commit is contained in:
Cory Bennett
2017-09-15 00:28:56 -07:00
parent d5b9631cf4
commit 893454fc69
10 changed files with 506 additions and 2 deletions
+4
View File
@@ -25,3 +25,7 @@ func (c *Comment) ProvideComment() *Comment {
func (c *Component) ProvideComponent() *Component {
return c
}
func (e *EpicIssues) ProvideEpicIssues() *EpicIssues {
return e
}