Skip to content

Commit

Permalink
fix: add DispatchMessage to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nipsufn authored and aeneasr committed Feb 28, 2022
1 parent a118413 commit df2ca7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions courier/courier.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type (
QueueSMS(ctx context.Context, t SMSTemplate) (uuid.UUID, error)
SmtpDialer() *gomail.Dialer
DispatchQueue(ctx context.Context) error
DispatchMessage(ctx context.Context, msg Message) error
}

Provider interface {
Expand Down

0 comments on commit df2ca7a

Please sign in to comment.