🎨 清理多余文件,修改项目model

This commit is contained in:
2026-04-10 15:38:58 +08:00
parent 6a80fcc388
commit f106960342
221 changed files with 686 additions and 2801 deletions

View File

@@ -1,7 +1,10 @@
//go:build legacy_plugin_ast
// +build legacy_plugin_ast
package ast
import (
"github.com/flipped-aurora/gin-vue-admin/server/global"
"git.echol.cn/loser/Go-Web-Template/server/global"
"path/filepath"
"testing"
)
@@ -28,7 +31,7 @@ func TestPluginEnter_Injection(t *testing.T) {
fields: fields{
Type: TypePluginApiEnter,
Path: filepath.Join(global.GVA_CONFIG.AutoCode.Root, global.GVA_CONFIG.AutoCode.Server, "plugin", "gva", "api", "enter.go"),
ImportPath: `"github.com/flipped-aurora/gin-vue-admin/server/plugin/gva/service"`,
ImportPath: `"git.echol.cn/loser/Go-Web-Template/server/plugin/gva/service"`,
StructName: "User",
StructCamelName: "user",
ModuleName: "serviceUser",
@@ -43,7 +46,7 @@ func TestPluginEnter_Injection(t *testing.T) {
fields: fields{
Type: TypePluginRouterEnter,
Path: filepath.Join(global.GVA_CONFIG.AutoCode.Root, global.GVA_CONFIG.AutoCode.Server, "plugin", "gva", "router", "enter.go"),
ImportPath: `"github.com/flipped-aurora/gin-vue-admin/server/plugin/gva/api"`,
ImportPath: `"git.echol.cn/loser/Go-Web-Template/server/plugin/gva/api"`,
StructName: "User",
StructCamelName: "user",
ModuleName: "userApi",
@@ -132,7 +135,7 @@ func TestPluginEnter_Rollback(t *testing.T) {
fields: fields{
Type: TypePluginRouterEnter,
Path: filepath.Join(global.GVA_CONFIG.AutoCode.Root, global.GVA_CONFIG.AutoCode.Server, "plugin", "gva", "router", "enter.go"),
ImportPath: `"github.com/flipped-aurora/gin-vue-admin/server/plugin/gva/api"`,
ImportPath: `"git.echol.cn/loser/Go-Web-Template/server/plugin/gva/api"`,
StructName: "User",
StructCamelName: "user",
ModuleName: "userApi",
@@ -147,7 +150,7 @@ func TestPluginEnter_Rollback(t *testing.T) {
fields: fields{
Type: TypePluginApiEnter,
Path: filepath.Join(global.GVA_CONFIG.AutoCode.Root, global.GVA_CONFIG.AutoCode.Server, "plugin", "gva", "api", "enter.go"),
ImportPath: `"github.com/flipped-aurora/gin-vue-admin/server/plugin/gva/service"`,
ImportPath: `"git.echol.cn/loser/Go-Web-Template/server/plugin/gva/service"`,
StructName: "User",
StructCamelName: "user",
ModuleName: "serviceUser",