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