mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-16 04:07:55 +00:00
8 lines
90 B
Smarty
8 lines
90 B
Smarty
|
|
package api
|
||
|
|
|
||
|
|
type ApiGroup struct {
|
||
|
|
{{ .PlugName}}Api
|
||
|
|
}
|
||
|
|
|
||
|
|
var ApiGroupApp = new(ApiGroup)
|