1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-12-02 08:51:50 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Niko Köser
defb0dc158
chore(typo): fix minor typo 2022-02-07 10:24:43 +01:00
Niko Köser
80cab3dece
refactor(send): Add context.Context to parameter list of Send method 2021-02-18 03:33:30 +01:00
Niko Köser
bd82278932
refactor(notifier): remove AddReceivers function from notify.Notifier interface
AddReceivers was added to the notify.Notifier interface in 3d7cc206e1
and the fact that it shouldn't be there was obviously overlooked during
the code review.
The AddReceivers function is present in all services so far, but it does
not define the behavior of our services. The behavior is defined only by
the Send function. The AddReceivers function is also not called once in
the code on a notify.notifier. This can also be seen by the fact that I
can remove the AddReceivers function from the notify.Notifier interface
without getting any errors in the rest of the code.
2021-02-10 14:55:42 +01:00
karitham
04dce61a01 fix miss-spell & run gofmt -s 2021-02-02 22:07:30 +01:00
KrishanBhalla
3d7cc206e1 Updated Notifier interface, altered telegram AddRecievers 2021-01-30 21:20:02 +00:00