5 lines
65 B
Go
5 lines
65 B
Go
package notficationservice
|
|
|
|
type NotificationStore interface {
|
|
}
|
package notficationservice
|
|
|
|
type NotificationStore interface {
|
|
}
|