atc0005 / go-teams-notify

A package to send messages to a Microsoft Teams channel
MIT License
100 stars 17 forks source link

Expose `TeamsMessage` interface to support mocking #291

Closed atc0005 closed 3 months ago

atc0005 commented 3 months ago

Changes

Export the TeamsMessage interface type to better support abstracting/mocking the functionality of this library by dependent projects.

NOTE

References