stephane-segning / no-drive

2 stars 0 forks source link

Notification service subscription #2

Open Christiantyemele opened 3 months ago

Christiantyemele commented 3 months ago

implement user subscription to nofication server

impl INotificationService for NotificationServiceImpl {
    fn subscribe(&self, user_id: String, topics: Vec<String>) -> Result<()> {
        todo!()
    }