{ "code": 0, "data": { "list": [ { "ID": 1, "CreatedAt": "2022-03-22T06:28:36.596Z", "UpdatedAt": "2022-03-22T06:28:36.596Z", "title": "启动工作区", "parentID": 0, "content": "启动工作区", "ws_id": "SWS001", "level": 0,
| 87 | // "msg": "获取成功" |
| 88 | // } |
| 89 | type LogData struct { |
| 90 | List []ServerWorkspaceLogResponse `json:"list"` |
| 91 | Total int64 `json:"total"` |
| 92 | Page int `json:"page"` |
| 93 | PageSize int `json:"pageSize"` |
| 94 | } |
| 95 | |
| 96 | // 工作区 |
| 97 | type ServerWorkspaceResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected