package response import ( "eta_gn/eta_api/models/sandbox" "github.com/rdlucklib/rdluck_tools/paging" ) type SandboxListResp struct { Paging *paging.PagingItem List []*sandbox.Sandbox } type SandboxVersionListResp struct { Paging *paging.PagingItem List []*sandbox.SandboxVersionListItem }