email提为插件模式

This commit is contained in:
蒋吉兆
2021-08-22 12:21:32 +08:00
parent fac6671841
commit 6638db45a5
21 changed files with 223 additions and 75 deletions

View File

@@ -0,0 +1,7 @@
package service
type ServiceGroup struct {
EmailService
}
var ServiceGroupApp = new(ServiceGroup)