This commit is contained in:
PandaX-Go
2024-08-25 19:58:05 +08:00
parent 96e2500fad
commit 77ac18c21b
157 changed files with 249 additions and 5190 deletions

View File

@@ -1,12 +1,12 @@
package router
import (
"github.com/PandaXGO/PandaKit/casbin"
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/casbin"
"pandax/kit/model"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,11 +1,11 @@
package router
import (
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,11 +1,11 @@
package router
import (
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,11 +1,11 @@
package router
import (
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/api/vo"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,11 +1,11 @@
package router
import (
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,11 +1,11 @@
package router
import (
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/api/vo"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,11 +1,11 @@
package router
import (
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,11 +1,11 @@
package router
import (
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -7,11 +7,11 @@ package router
**/
import (
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,8 +1,8 @@
package router
import (
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/system/api"
"pandax/kit/restfulx"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"

View File

@@ -1,18 +1,18 @@
package router
import (
"github.com/PandaXGO/PandaKit/model"
"pandax/apps/system/api"
"pandax/apps/system/api/form"
"pandax/apps/system/api/vo"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"
"github.com/PandaXGO/PandaKit/restfulx"
logServices "pandax/apps/log/services"
"pandax/kit/restfulx"
)
func InitUserRouter(container *restful.Container) {