Skip to content

Commit

Permalink
added missing API declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Nabbefed committed Jan 28, 2021
1 parent 7c3c3db commit b903c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions send.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type API interface {
Send(webhookURL string, webhookMessage MessageCard) error
SendWithContext(ctx context.Context, webhookURL string, webhookMessage MessageCard) error
SendWithRetry(ctx context.Context, webhookURL string, webhookMessage MessageCard, retries int, retriesDelay int) error
SkipWebhookURLValidationOnSend(skip bool)
}

type teamsClient struct {
Expand Down

0 comments on commit b903c06

Please sign in to comment.