forked from dasrick/go-teams-notify
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose
TeamsMessage
interface to support mocking
Export the `TeamsMessage` interface type to better support abstracting/mocking the functionality of this library by dependent projects. The fields of the interface are intentionally not exported so as to help prevent future changes/improvements from breaking client code. This change is considered a non-breaking change as the support for creating message types compliant with this interface is unchanged. refs GH-285
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters