Browse Source

删掉无用的

xyxie 1 month ago
parent
commit
be035fda8b
1 changed files with 1 additions and 7 deletions
  1. 1 7
      models/sandbox/response/sandbox.go

+ 1 - 7
models/sandbox/response/sandbox.go

@@ -1,7 +1,7 @@
 package response
 
 import (
-	"eta/eta_api/models/sandbox"
+	"eta/eta_hub/models/sandbox"
 	"github.com/rdlucklib/rdluck_tools/paging"
 )
 
@@ -10,9 +10,3 @@ type SandboxListResp struct {
 	Paging *paging.PagingItem
 	List   []*sandbox.Sandbox
 }
-
-// SandboxVersionListResp 沙盘版本列表返回数据
-type SandboxVersionListResp struct {
-	Paging *paging.PagingItem
-	List   []*sandbox.SandboxVersionListItem
-}