8 lines
81 B
Go
Raw Normal View History

2025-06-19 21:53:00 +08:00
package api
type ApiGroup struct {
EmailApi
}
var ApiGroupApp = new(ApiGroup)