Skip to content

Commit

Permalink
fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Jun 22, 2024
1 parent 2979129 commit 6394633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func WithButton(text, url string) MessageOption {
return withButton{text: text, url: url}
}

type MessageService interface {
type TelegramService interface {
Send(context.Context, string, ...MessageOption) error
}

Expand Down

0 comments on commit 6394633

Please sign in to comment.