This website requires JavaScript.
Explore
Help
Register
Sign In
chenyh
/
vRp.CD2g_test
Watch
1
Star
0
Fork
You've already forked vRp.CD2g_test
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
c80ce8e204
vRp.CD2g_test
/
notify
/
sender.go
8 lines
129 B
Go
Raw
Blame
History
package
notify
// Sender 通知发送器接口声明
type
Sender
interface
{
// Push 推送通知
Push
(
notify
Notify
)
error
}
Reference in New Issue
View Git Blame
Copy Permalink