package publichandle import "github.com/flipped-aurora/gin-vue-admin/server/api/publichandle/userhandle" type ApiGroup struct { GeographyApi userhandle.ApiGroup } var ApiGroupApp = new(ApiGroup)