mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-02-05 21:50:18 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
package api
|
|
|
|
type ApiGroup struct {
|
|
EmailApi
|
|
}
|
|
|
|
var ApiGroupApp = new(ApiGroup)
|