Skip to content

mrcelviano/notificationservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notificationservice

Сервис отвечает за уведомления пользователей о регистрации

Сервис слушает порт 8081

GRPC

SendNotification

Request structure

message User {
    int64 ID = 1;
    string Email = 2;
    string Name = 3;
}

Response structure

message SendNotificationResponse {
  int64 TaskID = 1;
}

About

architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published