bygdata/plugin/email/service/enter.go
2026-03-10 14:09:43 +00:00

8 lines
101 B
Go

package service
type ServiceGroup struct {
EmailService
}
var ServiceGroupApp = new(ServiceGroup)