MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / LogData

Struct LogData

cli/internal/model/response/workspace.go:89–94  ·  view source on GitHub ↗

{ "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,

Source from the content-addressed store, hash-verified

87// "msg": "获取成功"
88// }
89type 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// 工作区
97type ServerWorkspaceResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected