Documentation ¶
Index ¶
- func CloudtestClientBuilder() *http_client.HcHttpClientBuilder
- func GenReqDefForBatchDeleteTestCase() *def.HttpRequestDef
- func GenReqDefForCreateApiTestSuiteByRepoFile() *def.HttpRequestDef
- func GenReqDefForCreatePlan() *def.HttpRequestDef
- func GenReqDefForCreateService() *def.HttpRequestDef
- func GenReqDefForCreateTestCase() *def.HttpRequestDef
- func GenReqDefForCreateTestCaseInPlan() *def.HttpRequestDef
- func GenReqDefForDeleteService() *def.HttpRequestDef
- func GenReqDefForListEnvironments() *def.HttpRequestDef
- func GenReqDefForRunTestCase() *def.HttpRequestDef
- func GenReqDefForShowIssuesByPlanId() *def.HttpRequestDef
- func GenReqDefForShowPlanJournals() *def.HttpRequestDef
- func GenReqDefForShowPlanList() *def.HttpRequestDef
- func GenReqDefForShowPlans() *def.HttpRequestDef
- func GenReqDefForShowRegisterService() *def.HttpRequestDef
- func GenReqDefForShowTestCaseDetail() *def.HttpRequestDef
- func GenReqDefForShowTestCaseDetailV2() *def.HttpRequestDef
- func GenReqDefForUpdateService() *def.HttpRequestDef
- func GenReqDefForUpdateTestCase() *def.HttpRequestDef
- func GenReqDefForUpdateTestCaseResult() *def.HttpRequestDef
- type BatchDeleteTestCaseInvoker
- type CloudtestClient
- func (c *CloudtestClient) BatchDeleteTestCase(request *model.BatchDeleteTestCaseRequest) (*model.BatchDeleteTestCaseResponse, error)
- func (c *CloudtestClient) BatchDeleteTestCaseInvoker(request *model.BatchDeleteTestCaseRequest) *BatchDeleteTestCaseInvoker
- func (c *CloudtestClient) CreateApiTestSuiteByRepoFile(request *model.CreateApiTestSuiteByRepoFileRequest) (*model.CreateApiTestSuiteByRepoFileResponse, error)
- func (c *CloudtestClient) CreateApiTestSuiteByRepoFileInvoker(request *model.CreateApiTestSuiteByRepoFileRequest) *CreateApiTestSuiteByRepoFileInvoker
- func (c *CloudtestClient) CreatePlan(request *model.CreatePlanRequest) (*model.CreatePlanResponse, error)
- func (c *CloudtestClient) CreatePlanInvoker(request *model.CreatePlanRequest) *CreatePlanInvoker
- func (c *CloudtestClient) CreateService(request *model.CreateServiceRequest) (*model.CreateServiceResponse, error)
- func (c *CloudtestClient) CreateServiceInvoker(request *model.CreateServiceRequest) *CreateServiceInvoker
- func (c *CloudtestClient) CreateTestCase(request *model.CreateTestCaseRequest) (*model.CreateTestCaseResponse, error)
- func (c *CloudtestClient) CreateTestCaseInPlan(request *model.CreateTestCaseInPlanRequest) (*model.CreateTestCaseInPlanResponse, error)
- func (c *CloudtestClient) CreateTestCaseInPlanInvoker(request *model.CreateTestCaseInPlanRequest) *CreateTestCaseInPlanInvoker
- func (c *CloudtestClient) CreateTestCaseInvoker(request *model.CreateTestCaseRequest) *CreateTestCaseInvoker
- func (c *CloudtestClient) DeleteService(request *model.DeleteServiceRequest) (*model.DeleteServiceResponse, error)
- func (c *CloudtestClient) DeleteServiceInvoker(request *model.DeleteServiceRequest) *DeleteServiceInvoker
- func (c *CloudtestClient) ListEnvironments(request *model.ListEnvironmentsRequest) (*model.ListEnvironmentsResponse, error)
- func (c *CloudtestClient) ListEnvironmentsInvoker(request *model.ListEnvironmentsRequest) *ListEnvironmentsInvoker
- func (c *CloudtestClient) RunTestCase(request *model.RunTestCaseRequest) (*model.RunTestCaseResponse, error)
- func (c *CloudtestClient) RunTestCaseInvoker(request *model.RunTestCaseRequest) *RunTestCaseInvoker
- func (c *CloudtestClient) ShowIssuesByPlanId(request *model.ShowIssuesByPlanIdRequest) (*model.ShowIssuesByPlanIdResponse, error)
- func (c *CloudtestClient) ShowIssuesByPlanIdInvoker(request *model.ShowIssuesByPlanIdRequest) *ShowIssuesByPlanIdInvoker
- func (c *CloudtestClient) ShowPlanJournals(request *model.ShowPlanJournalsRequest) (*model.ShowPlanJournalsResponse, error)
- func (c *CloudtestClient) ShowPlanJournalsInvoker(request *model.ShowPlanJournalsRequest) *ShowPlanJournalsInvoker
- func (c *CloudtestClient) ShowPlanList(request *model.ShowPlanListRequest) (*model.ShowPlanListResponse, error)
- func (c *CloudtestClient) ShowPlanListInvoker(request *model.ShowPlanListRequest) *ShowPlanListInvoker
- func (c *CloudtestClient) ShowPlans(request *model.ShowPlansRequest) (*model.ShowPlansResponse, error)
- func (c *CloudtestClient) ShowPlansInvoker(request *model.ShowPlansRequest) *ShowPlansInvoker
- func (c *CloudtestClient) ShowRegisterService(request *model.ShowRegisterServiceRequest) (*model.ShowRegisterServiceResponse, error)
- func (c *CloudtestClient) ShowRegisterServiceInvoker(request *model.ShowRegisterServiceRequest) *ShowRegisterServiceInvoker
- func (c *CloudtestClient) ShowTestCaseDetail(request *model.ShowTestCaseDetailRequest) (*model.ShowTestCaseDetailResponse, error)
- func (c *CloudtestClient) ShowTestCaseDetailInvoker(request *model.ShowTestCaseDetailRequest) *ShowTestCaseDetailInvoker
- func (c *CloudtestClient) ShowTestCaseDetailV2(request *model.ShowTestCaseDetailV2Request) (*model.ShowTestCaseDetailV2Response, error)
- func (c *CloudtestClient) ShowTestCaseDetailV2Invoker(request *model.ShowTestCaseDetailV2Request) *ShowTestCaseDetailV2Invoker
- func (c *CloudtestClient) UpdateService(request *model.UpdateServiceRequest) (*model.UpdateServiceResponse, error)
- func (c *CloudtestClient) UpdateServiceInvoker(request *model.UpdateServiceRequest) *UpdateServiceInvoker
- func (c *CloudtestClient) UpdateTestCase(request *model.UpdateTestCaseRequest) (*model.UpdateTestCaseResponse, error)
- func (c *CloudtestClient) UpdateTestCaseInvoker(request *model.UpdateTestCaseRequest) *UpdateTestCaseInvoker
- func (c *CloudtestClient) UpdateTestCaseResult(request *model.UpdateTestCaseResultRequest) (*model.UpdateTestCaseResultResponse, error)
- func (c *CloudtestClient) UpdateTestCaseResultInvoker(request *model.UpdateTestCaseResultRequest) *UpdateTestCaseResultInvoker
- type CreateApiTestSuiteByRepoFileInvoker
- type CreatePlanInvoker
- type CreateServiceInvoker
- type CreateTestCaseInPlanInvoker
- type CreateTestCaseInvoker
- type DeleteServiceInvoker
- type ListEnvironmentsInvoker
- type RunTestCaseInvoker
- type ShowIssuesByPlanIdInvoker
- type ShowPlanJournalsInvoker
- type ShowPlanListInvoker
- type ShowPlansInvoker
- type ShowRegisterServiceInvoker
- type ShowTestCaseDetailInvoker
- type ShowTestCaseDetailV2Invoker
- type UpdateServiceInvoker
- type UpdateTestCaseInvoker
- type UpdateTestCaseResultInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudtestClientBuilder ¶
func CloudtestClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForBatchDeleteTestCase ¶
func GenReqDefForBatchDeleteTestCase() *def.HttpRequestDef
func GenReqDefForCreateApiTestSuiteByRepoFile ¶
func GenReqDefForCreateApiTestSuiteByRepoFile() *def.HttpRequestDef
func GenReqDefForCreatePlan ¶
func GenReqDefForCreatePlan() *def.HttpRequestDef
func GenReqDefForCreateService ¶
func GenReqDefForCreateService() *def.HttpRequestDef
func GenReqDefForCreateTestCase ¶
func GenReqDefForCreateTestCase() *def.HttpRequestDef
func GenReqDefForCreateTestCaseInPlan ¶
func GenReqDefForCreateTestCaseInPlan() *def.HttpRequestDef
func GenReqDefForDeleteService ¶
func GenReqDefForDeleteService() *def.HttpRequestDef
func GenReqDefForListEnvironments ¶
func GenReqDefForListEnvironments() *def.HttpRequestDef
func GenReqDefForRunTestCase ¶
func GenReqDefForRunTestCase() *def.HttpRequestDef
func GenReqDefForShowIssuesByPlanId ¶ added in v0.0.73
func GenReqDefForShowIssuesByPlanId() *def.HttpRequestDef
func GenReqDefForShowPlanJournals ¶ added in v0.0.73
func GenReqDefForShowPlanJournals() *def.HttpRequestDef
func GenReqDefForShowPlanList ¶ added in v0.0.74
func GenReqDefForShowPlanList() *def.HttpRequestDef
func GenReqDefForShowPlans ¶
func GenReqDefForShowPlans() *def.HttpRequestDef
func GenReqDefForShowRegisterService ¶
func GenReqDefForShowRegisterService() *def.HttpRequestDef
func GenReqDefForShowTestCaseDetail ¶
func GenReqDefForShowTestCaseDetail() *def.HttpRequestDef
func GenReqDefForShowTestCaseDetailV2 ¶
func GenReqDefForShowTestCaseDetailV2() *def.HttpRequestDef
func GenReqDefForUpdateService ¶
func GenReqDefForUpdateService() *def.HttpRequestDef
func GenReqDefForUpdateTestCase ¶
func GenReqDefForUpdateTestCase() *def.HttpRequestDef
func GenReqDefForUpdateTestCaseResult ¶
func GenReqDefForUpdateTestCaseResult() *def.HttpRequestDef
Types ¶
type BatchDeleteTestCaseInvoker ¶ added in v0.0.90
type BatchDeleteTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *BatchDeleteTestCaseInvoker) Invoke() (*model.BatchDeleteTestCaseResponse, error)
type CloudtestClient ¶
type CloudtestClient struct {
HcClient *http_client.HcHttpClient
}
func NewCloudtestClient ¶
func NewCloudtestClient(hcClient *http_client.HcHttpClient) *CloudtestClient
func (*CloudtestClient) BatchDeleteTestCase ¶
func (c *CloudtestClient) BatchDeleteTestCase(request *model.BatchDeleteTestCaseRequest) (*model.BatchDeleteTestCaseResponse, error)
BatchDeleteTestCase 批量删除自定义测试服务类型用例
批量删除自定义测试服务类型用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) BatchDeleteTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) BatchDeleteTestCaseInvoker(request *model.BatchDeleteTestCaseRequest) *BatchDeleteTestCaseInvoker
BatchDeleteTestCaseInvoker 批量删除自定义测试服务类型用例
func (*CloudtestClient) CreateApiTestSuiteByRepoFile ¶
func (c *CloudtestClient) CreateApiTestSuiteByRepoFile(request *model.CreateApiTestSuiteByRepoFileRequest) (*model.CreateApiTestSuiteByRepoFileResponse, error)
CreateApiTestSuiteByRepoFile 通过导入仓库中的文件生成接口测试套
通过导入仓库中的文件生成接口测试套
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateApiTestSuiteByRepoFileInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateApiTestSuiteByRepoFileInvoker(request *model.CreateApiTestSuiteByRepoFileRequest) *CreateApiTestSuiteByRepoFileInvoker
CreateApiTestSuiteByRepoFileInvoker 通过导入仓库中的文件生成接口测试套
func (*CloudtestClient) CreatePlan ¶
func (c *CloudtestClient) CreatePlan(request *model.CreatePlanRequest) (*model.CreatePlanResponse, error)
CreatePlan 项目下创建计划
项目下创建计划
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreatePlanInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreatePlanInvoker(request *model.CreatePlanRequest) *CreatePlanInvoker
CreatePlanInvoker 项目下创建计划
func (*CloudtestClient) CreateService ¶
func (c *CloudtestClient) CreateService(request *model.CreateServiceRequest) (*model.CreateServiceResponse, error)
CreateService 新测试类型服务注册
通过接口CreateService注册成为自定义服务。 注册完成后界面将会出现此自定义测试类型。
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateServiceInvoker(request *model.CreateServiceRequest) *CreateServiceInvoker
CreateServiceInvoker 新测试类型服务注册
func (*CloudtestClient) CreateTestCase ¶
func (c *CloudtestClient) CreateTestCase(request *model.CreateTestCaseRequest) (*model.CreateTestCaseResponse, error)
CreateTestCase 创建自定义测试服务类型用例
创建自定义测试服务类型用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateTestCaseInPlan ¶
func (c *CloudtestClient) CreateTestCaseInPlan(request *model.CreateTestCaseInPlanRequest) (*model.CreateTestCaseInPlanResponse, error)
CreateTestCaseInPlan 计划中批量添加测试用例
计划中批量添加测试用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) CreateTestCaseInPlanInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateTestCaseInPlanInvoker(request *model.CreateTestCaseInPlanRequest) *CreateTestCaseInPlanInvoker
CreateTestCaseInPlanInvoker 计划中批量添加测试用例
func (*CloudtestClient) CreateTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) CreateTestCaseInvoker(request *model.CreateTestCaseRequest) *CreateTestCaseInvoker
CreateTestCaseInvoker 创建自定义测试服务类型用例
func (*CloudtestClient) DeleteService ¶
func (c *CloudtestClient) DeleteService(request *model.DeleteServiceRequest) (*model.DeleteServiceResponse, error)
DeleteService 删除已注册服务
删除已注册服务
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) DeleteServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) DeleteServiceInvoker(request *model.DeleteServiceRequest) *DeleteServiceInvoker
DeleteServiceInvoker 删除已注册服务
func (*CloudtestClient) ListEnvironments ¶
func (c *CloudtestClient) ListEnvironments(request *model.ListEnvironmentsRequest) (*model.ListEnvironmentsResponse, error)
ListEnvironments 获取环境参数分组列表
获取环境参数分组列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ListEnvironmentsInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ListEnvironmentsInvoker(request *model.ListEnvironmentsRequest) *ListEnvironmentsInvoker
ListEnvironmentsInvoker 获取环境参数分组列表
func (*CloudtestClient) RunTestCase ¶
func (c *CloudtestClient) RunTestCase(request *model.RunTestCaseRequest) (*model.RunTestCaseResponse, error)
RunTestCase 批量执行测试用例
批量执行测试用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) RunTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) RunTestCaseInvoker(request *model.RunTestCaseRequest) *RunTestCaseInvoker
RunTestCaseInvoker 批量执行测试用例
func (*CloudtestClient) ShowIssuesByPlanId ¶ added in v0.0.73
func (c *CloudtestClient) ShowIssuesByPlanId(request *model.ShowIssuesByPlanIdRequest) (*model.ShowIssuesByPlanIdResponse, error)
ShowIssuesByPlanId 查询某个测试计划下的需求树
查询某个测试计划下的需求列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowIssuesByPlanIdInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowIssuesByPlanIdInvoker(request *model.ShowIssuesByPlanIdRequest) *ShowIssuesByPlanIdInvoker
ShowIssuesByPlanIdInvoker 查询某个测试计划下的需求树
func (*CloudtestClient) ShowPlanJournals ¶ added in v0.0.73
func (c *CloudtestClient) ShowPlanJournals(request *model.ShowPlanJournalsRequest) (*model.ShowPlanJournalsResponse, error)
ShowPlanJournals 查询某测试计划下的操作历史
查询某测试计划下的操作历史
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowPlanJournalsInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowPlanJournalsInvoker(request *model.ShowPlanJournalsRequest) *ShowPlanJournalsInvoker
ShowPlanJournalsInvoker 查询某测试计划下的操作历史
func (*CloudtestClient) ShowPlanList ¶ added in v0.0.74
func (c *CloudtestClient) ShowPlanList(request *model.ShowPlanListRequest) (*model.ShowPlanListResponse, error)
ShowPlanList 项目下查询测试计划列表v2
项目下查询测试计划列表v2
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowPlanListInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowPlanListInvoker(request *model.ShowPlanListRequest) *ShowPlanListInvoker
ShowPlanListInvoker 项目下查询测试计划列表v2
func (*CloudtestClient) ShowPlans ¶
func (c *CloudtestClient) ShowPlans(request *model.ShowPlansRequest) (*model.ShowPlansResponse, error)
ShowPlans 项目下查询测试计划列表
项目下查询测试计划列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowPlansInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowPlansInvoker(request *model.ShowPlansRequest) *ShowPlansInvoker
ShowPlansInvoker 项目下查询测试计划列表
func (*CloudtestClient) ShowRegisterService ¶
func (c *CloudtestClient) ShowRegisterService(request *model.ShowRegisterServiceRequest) (*model.ShowRegisterServiceResponse, error)
ShowRegisterService 用户获取自己当前已经注册的服务
用户获取自己当前已经注册的服务
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowRegisterServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowRegisterServiceInvoker(request *model.ShowRegisterServiceRequest) *ShowRegisterServiceInvoker
ShowRegisterServiceInvoker 用户获取自己当前已经注册的服务
func (*CloudtestClient) ShowTestCaseDetail ¶
func (c *CloudtestClient) ShowTestCaseDetail(request *model.ShowTestCaseDetailRequest) (*model.ShowTestCaseDetailResponse, error)
ShowTestCaseDetail 获取测试用例详情
获取测试用例详情
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowTestCaseDetailInvoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowTestCaseDetailInvoker(request *model.ShowTestCaseDetailRequest) *ShowTestCaseDetailInvoker
ShowTestCaseDetailInvoker 获取测试用例详情
func (*CloudtestClient) ShowTestCaseDetailV2 ¶
func (c *CloudtestClient) ShowTestCaseDetailV2(request *model.ShowTestCaseDetailV2Request) (*model.ShowTestCaseDetailV2Response, error)
ShowTestCaseDetailV2 通过用例编号获取测试用例详情
通过用例编号获取测试用例详情
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) ShowTestCaseDetailV2Invoker ¶ added in v0.0.90
func (c *CloudtestClient) ShowTestCaseDetailV2Invoker(request *model.ShowTestCaseDetailV2Request) *ShowTestCaseDetailV2Invoker
ShowTestCaseDetailV2Invoker 通过用例编号获取测试用例详情
func (*CloudtestClient) UpdateService ¶
func (c *CloudtestClient) UpdateService(request *model.UpdateServiceRequest) (*model.UpdateServiceResponse, error)
UpdateService 更新已注册服务
更新已注册服务
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) UpdateServiceInvoker ¶ added in v0.0.90
func (c *CloudtestClient) UpdateServiceInvoker(request *model.UpdateServiceRequest) *UpdateServiceInvoker
UpdateServiceInvoker 更新已注册服务
func (*CloudtestClient) UpdateTestCase ¶
func (c *CloudtestClient) UpdateTestCase(request *model.UpdateTestCaseRequest) (*model.UpdateTestCaseResponse, error)
UpdateTestCase 更新自定义测试服务类型用例
更新自定义测试服务类型用例
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) UpdateTestCaseInvoker ¶ added in v0.0.90
func (c *CloudtestClient) UpdateTestCaseInvoker(request *model.UpdateTestCaseRequest) *UpdateTestCaseInvoker
UpdateTestCaseInvoker 更新自定义测试服务类型用例
func (*CloudtestClient) UpdateTestCaseResult ¶
func (c *CloudtestClient) UpdateTestCaseResult(request *model.UpdateTestCaseResultRequest) (*model.UpdateTestCaseResultResponse, error)
UpdateTestCaseResult 批量更新测试用例结果
批量更新测试用例结果
Please refer to HUAWEI cloud API Explorer for details.
func (*CloudtestClient) UpdateTestCaseResultInvoker ¶ added in v0.0.90
func (c *CloudtestClient) UpdateTestCaseResultInvoker(request *model.UpdateTestCaseResultRequest) *UpdateTestCaseResultInvoker
UpdateTestCaseResultInvoker 批量更新测试用例结果
type CreateApiTestSuiteByRepoFileInvoker ¶ added in v0.0.90
type CreateApiTestSuiteByRepoFileInvoker struct {
*invoker.BaseInvoker
}
func (*CreateApiTestSuiteByRepoFileInvoker) Invoke ¶ added in v0.0.90
func (i *CreateApiTestSuiteByRepoFileInvoker) Invoke() (*model.CreateApiTestSuiteByRepoFileResponse, error)
type CreatePlanInvoker ¶ added in v0.0.90
type CreatePlanInvoker struct {
*invoker.BaseInvoker
}
func (*CreatePlanInvoker) Invoke ¶ added in v0.0.90
func (i *CreatePlanInvoker) Invoke() (*model.CreatePlanResponse, error)
type CreateServiceInvoker ¶ added in v0.0.90
type CreateServiceInvoker struct {
*invoker.BaseInvoker
}
func (*CreateServiceInvoker) Invoke ¶ added in v0.0.90
func (i *CreateServiceInvoker) Invoke() (*model.CreateServiceResponse, error)
type CreateTestCaseInPlanInvoker ¶ added in v0.0.90
type CreateTestCaseInPlanInvoker struct {
*invoker.BaseInvoker
}
func (*CreateTestCaseInPlanInvoker) Invoke ¶ added in v0.0.90
func (i *CreateTestCaseInPlanInvoker) Invoke() (*model.CreateTestCaseInPlanResponse, error)
type CreateTestCaseInvoker ¶ added in v0.0.90
type CreateTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*CreateTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *CreateTestCaseInvoker) Invoke() (*model.CreateTestCaseResponse, error)
type DeleteServiceInvoker ¶ added in v0.0.90
type DeleteServiceInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteServiceInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteServiceInvoker) Invoke() (*model.DeleteServiceResponse, error)
type ListEnvironmentsInvoker ¶ added in v0.0.90
type ListEnvironmentsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnvironmentsInvoker) Invoke ¶ added in v0.0.90
func (i *ListEnvironmentsInvoker) Invoke() (*model.ListEnvironmentsResponse, error)
type RunTestCaseInvoker ¶ added in v0.0.90
type RunTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*RunTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *RunTestCaseInvoker) Invoke() (*model.RunTestCaseResponse, error)
type ShowIssuesByPlanIdInvoker ¶ added in v0.0.90
type ShowIssuesByPlanIdInvoker struct {
*invoker.BaseInvoker
}
func (*ShowIssuesByPlanIdInvoker) Invoke ¶ added in v0.0.90
func (i *ShowIssuesByPlanIdInvoker) Invoke() (*model.ShowIssuesByPlanIdResponse, error)
type ShowPlanJournalsInvoker ¶ added in v0.0.90
type ShowPlanJournalsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPlanJournalsInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPlanJournalsInvoker) Invoke() (*model.ShowPlanJournalsResponse, error)
type ShowPlanListInvoker ¶ added in v0.0.90
type ShowPlanListInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPlanListInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPlanListInvoker) Invoke() (*model.ShowPlanListResponse, error)
type ShowPlansInvoker ¶ added in v0.0.90
type ShowPlansInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPlansInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPlansInvoker) Invoke() (*model.ShowPlansResponse, error)
type ShowRegisterServiceInvoker ¶ added in v0.0.90
type ShowRegisterServiceInvoker struct {
*invoker.BaseInvoker
}
func (*ShowRegisterServiceInvoker) Invoke ¶ added in v0.0.90
func (i *ShowRegisterServiceInvoker) Invoke() (*model.ShowRegisterServiceResponse, error)
type ShowTestCaseDetailInvoker ¶ added in v0.0.90
type ShowTestCaseDetailInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTestCaseDetailInvoker) Invoke ¶ added in v0.0.90
func (i *ShowTestCaseDetailInvoker) Invoke() (*model.ShowTestCaseDetailResponse, error)
type ShowTestCaseDetailV2Invoker ¶ added in v0.0.90
type ShowTestCaseDetailV2Invoker struct {
*invoker.BaseInvoker
}
func (*ShowTestCaseDetailV2Invoker) Invoke ¶ added in v0.0.90
func (i *ShowTestCaseDetailV2Invoker) Invoke() (*model.ShowTestCaseDetailV2Response, error)
type UpdateServiceInvoker ¶ added in v0.0.90
type UpdateServiceInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateServiceInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateServiceInvoker) Invoke() (*model.UpdateServiceResponse, error)
type UpdateTestCaseInvoker ¶ added in v0.0.90
type UpdateTestCaseInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateTestCaseInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateTestCaseInvoker) Invoke() (*model.UpdateTestCaseResponse, error)
type UpdateTestCaseResultInvoker ¶ added in v0.0.90
type UpdateTestCaseResultInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateTestCaseResultInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateTestCaseResultInvoker) Invoke() (*model.UpdateTestCaseResultResponse, error)