Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CLEAN_FROM_RECYCLE_BIN = apis.ApiSpec{ Path: "/api/testsets/<testSetID>/actions/clean-from-recycle-bin", BackendPath: "/api/testsets/<testSetID>/actions/clean-from-recycle-bin", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: http.MethodDelete, RequestType: apistructs.TestSetCleanFromRecycleBinRequest{}, ResponseType: apistructs.TestSetCleanFromRecycleBinResponse{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 从回收站彻底删除测试集(递归)`, }
View Source
var COPY = apis.ApiSpec{ Path: "/api/testsets/<testSetID>/actions/copy", BackendPath: "/api/testsets/<testSetID>/actions/copy", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: http.MethodPost, RequestType: apistructs.TestSetCopyRequest{}, ResponseType: apistructs.TestSetCopyResponse{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 测试集复制,递归复制子测试集和测试用例`, }
View Source
var CREATE = apis.ApiSpec{ Path: "/api/testsets", BackendPath: "/api/testsets", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: "POST", RequestType: apistructs.TestSetCreateRequest{}, ResponseType: apistructs.TestSetCreateResponse{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 创建测试集`, }
View Source
var GET = apis.ApiSpec{ Path: "/api/testsets/<testSetID>", BackendPath: "/api/testsets/<testSetID>", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: http.MethodGet, ResponseType: apistructs.TestSetGetResponse{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 测试集详情`, }
View Source
var LIST = apis.ApiSpec{ Path: "/api/testsets", BackendPath: "/api/testsets", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: "GET", RequestType: apistructs.TestSetListRequest{}, ResponseType: apistructs.TestSetListResponse{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 测试集列表`, }
View Source
var RECOVER_FROM_RECYCLE_BIN = apis.ApiSpec{ Path: "/api/testsets/<testSetID>/actions/recover-from-recycle-bin", BackendPath: "/api/testsets/<testSetID>/actions/recover-from-recycle-bin", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: http.MethodPost, RequestType: apistructs.TestSetRecoverFromRecycleBinRequest{}, ResponseType: apistructs.TestSetRecoverFromRecycleBinResponse{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 从回收站恢复测试集(递归)`, }
View Source
var RECYCLE = apis.ApiSpec{ Path: "/api/testsets/<testSetID>/actions/recycle", BackendPath: "/api/testsets/<testSetID>/actions/recycle", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: http.MethodPost, RequestType: apistructs.TestSetRecycleRequest{}, ResponseType: apistructs.TestSetRecycleResponse{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 回收测试集至回收站,递归包含子测试集和测试用例`, }
View Source
var UPDATE = apis.ApiSpec{ Path: "/api/testsets/<testSetID>", BackendPath: "/api/testsets/<testSetID>", Host: "qa.marathon.l4lb.thisdcos.directory:3033", Scheme: "http", Method: http.MethodPut, RequestType: apistructs.TestSetUpdateRequest{}, IsOpenAPI: true, CheckLogin: true, CheckToken: true, Doc: `summary: 更新测试集`, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.