4 lines
61 B
Go
4 lines
61 B
Go
package notification
|
|
|
|
type NotificationService interface {
|
|
}
|
package notification
|
|
|
|
type NotificationService interface {
|
|
}
|