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