Skip to content

Commit

Permalink
Merge pull request #3 from twiebe-va/add-mocks
Browse files Browse the repository at this point in the history
Add mocks to interfaces
  • Loading branch information
Udeep Tandukar authored Sep 18, 2018
2 parents b603dcc + 7709bfb commit c87159a
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VSlack - Go
### Version 1.2.0
### Version 1.3.0
Send messages to slack using a slack incoming web hook in Go.

## Examples
Expand Down Expand Up @@ -67,6 +67,9 @@ func attach() {

## Change Log

### 1.3.0
- Add mocks to Interface and AttachmentInterface

### 1.2.0
- Fix name in Interface of `SetIncomingWebhookURI`

Expand Down
105 changes: 105 additions & 0 deletions mock_AttachmentInterface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 144 additions & 0 deletions mock_Interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c87159a

Please sign in to comment.