add comment command

This commit is contained in:
Cory Bennett
2017-08-19 15:08:34 -07:00
parent ec0ac3c4b8
commit f0b08c5869
4 changed files with 103 additions and 0 deletions
+4
View File
@@ -17,3 +17,7 @@ func (l *LinkIssueRequest) ProvideLinkIssueRequest() *LinkIssueRequest {
func (r *RankRequest) ProvideRankRequest() *RankRequest {
return r
}
func (c *Comment) ProvideComment() *Comment {
return c
}