Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationService ¶
type NotificationService interface {
SendNotification(ctx context.Context, notification contracts.Notification) error
}
func NewNotificationService ¶
func NewNotificationService(producer kafka.Producer, logger zerolog.Logger) NotificationService
Click to show internal directories.
Click to hide internal directories.