Files
vRp.CD2g_test/notify/sender.go
2023-04-27 18:19:12 +08:00

6 lines
69 B
Go

package notify
type Sender interface {
Push(notify Notify) error
}