更新 kit包

This commit is contained in:
XM-GO
2023-08-31 11:12:56 +08:00
parent e027fa848c
commit 9e53f07d92
115 changed files with 213 additions and 213 deletions

View File

@@ -1,9 +1,9 @@
package api
import (
"github.com/XM-GO/PandaKit/model"
"github.com/XM-GO/PandaKit/restfulx"
"github.com/XM-GO/PandaKit/utils"
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"github.com/PandaXGO/PandaKit/utils"
"pandax/apps/log/entity"
"pandax/apps/log/services"
)

View File

@@ -1,9 +1,9 @@
package api
import (
"github.com/XM-GO/PandaKit/model"
"github.com/XM-GO/PandaKit/restfulx"
"github.com/XM-GO/PandaKit/utils"
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"github.com/PandaXGO/PandaKit/utils"
"log"
"pandax/apps/log/entity"
"pandax/apps/log/services"

View File

@@ -1,7 +1,7 @@
package entity
import (
"github.com/XM-GO/PandaKit/model"
"github.com/PandaXGO/PandaKit/model"
"time"
)

View File

@@ -1,7 +1,7 @@
package entity
import (
"github.com/XM-GO/PandaKit/model"
"github.com/PandaXGO/PandaKit/model"
)
type LogOper struct {

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
package services
import (
"github.com/XM-GO/PandaKit/biz"
"github.com/PandaXGO/PandaKit/biz"
"pandax/apps/log/entity"
"pandax/pkg/global"
)

View File

@@ -1,7 +1,7 @@
package services
import (
"github.com/XM-GO/PandaKit/biz"
"github.com/PandaXGO/PandaKit/biz"
"pandax/apps/log/entity"
"pandax/pkg/global"
)