package v1 import ( "srm/api/v1/system" "srm/api/v1/test" ) type ApiGroup struct { SystemApiGroup system.ApiGroup TestApiGroup test.ApiGroup } var ApiGroupApp = new(ApiGroup)