package service import "git.gocasts.ir/ebhomengo/niki/notification-app/entity" type sender interface { Send(notification entity.Notification) error }