|
@@ -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
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-type SandboxVersionListResp struct {
|
|
|
- Paging *paging.PagingItem
|
|
|
- List []*sandbox.SandboxVersionListItem
|
|
|
-}
|