Documentation ¶
Index ¶
- func CodeArtsDeployClientBuilder() *http_client.HcHttpClientBuilder
- func GenReqDefForCreateDeployTaskByTemplate() *def.HttpRequestDef
- func GenReqDefForCreateDeploymentGroup() *def.HttpRequestDef
- func GenReqDefForCreateDeploymentHost() *def.HttpRequestDef
- func GenReqDefForDeleteDeployTask() *def.HttpRequestDef
- func GenReqDefForDeleteDeploymentGroup() *def.HttpRequestDef
- func GenReqDefForDeleteDeploymentHost() *def.HttpRequestDef
- func GenReqDefForListDeployTaskHistoryByDate() *def.HttpRequestDef
- func GenReqDefForListDeployTasks() *def.HttpRequestDef
- func GenReqDefForListHostGroups() *def.HttpRequestDef
- func GenReqDefForListHosts() *def.HttpRequestDef
- func GenReqDefForListTaskSuccessRate() *def.HttpRequestDef
- func GenReqDefForShowDeployTaskDetail() *def.HttpRequestDef
- func GenReqDefForShowDeploymentGroupDetail() *def.HttpRequestDef
- func GenReqDefForShowDeploymentHostDetail() *def.HttpRequestDef
- func GenReqDefForShowProjectSuccessRate() *def.HttpRequestDef
- func GenReqDefForStartDeployTask() *def.HttpRequestDef
- func GenReqDefForUpdateDeploymentGroup() *def.HttpRequestDef
- func GenReqDefForUpdateDeploymentHost() *def.HttpRequestDef
- type CodeArtsDeployClient
- func (c *CodeArtsDeployClient) CreateDeployTaskByTemplate(request *model.CreateDeployTaskByTemplateRequest) (*model.CreateDeployTaskByTemplateResponse, error)
- func (c *CodeArtsDeployClient) CreateDeployTaskByTemplateInvoker(request *model.CreateDeployTaskByTemplateRequest) *CreateDeployTaskByTemplateInvoker
- func (c *CodeArtsDeployClient) CreateDeploymentGroup(request *model.CreateDeploymentGroupRequest) (*model.CreateDeploymentGroupResponse, error)
- func (c *CodeArtsDeployClient) CreateDeploymentGroupInvoker(request *model.CreateDeploymentGroupRequest) *CreateDeploymentGroupInvoker
- func (c *CodeArtsDeployClient) CreateDeploymentHost(request *model.CreateDeploymentHostRequest) (*model.CreateDeploymentHostResponse, error)
- func (c *CodeArtsDeployClient) CreateDeploymentHostInvoker(request *model.CreateDeploymentHostRequest) *CreateDeploymentHostInvoker
- func (c *CodeArtsDeployClient) DeleteDeployTask(request *model.DeleteDeployTaskRequest) (*model.DeleteDeployTaskResponse, error)
- func (c *CodeArtsDeployClient) DeleteDeployTaskInvoker(request *model.DeleteDeployTaskRequest) *DeleteDeployTaskInvoker
- func (c *CodeArtsDeployClient) DeleteDeploymentGroup(request *model.DeleteDeploymentGroupRequest) (*model.DeleteDeploymentGroupResponse, error)
- func (c *CodeArtsDeployClient) DeleteDeploymentGroupInvoker(request *model.DeleteDeploymentGroupRequest) *DeleteDeploymentGroupInvoker
- func (c *CodeArtsDeployClient) DeleteDeploymentHost(request *model.DeleteDeploymentHostRequest) (*model.DeleteDeploymentHostResponse, error)
- func (c *CodeArtsDeployClient) DeleteDeploymentHostInvoker(request *model.DeleteDeploymentHostRequest) *DeleteDeploymentHostInvoker
- func (c *CodeArtsDeployClient) ListDeployTaskHistoryByDate(request *model.ListDeployTaskHistoryByDateRequest) (*model.ListDeployTaskHistoryByDateResponse, error)
- func (c *CodeArtsDeployClient) ListDeployTaskHistoryByDateInvoker(request *model.ListDeployTaskHistoryByDateRequest) *ListDeployTaskHistoryByDateInvoker
- func (c *CodeArtsDeployClient) ListDeployTasks(request *model.ListDeployTasksRequest) (*model.ListDeployTasksResponse, error)
- func (c *CodeArtsDeployClient) ListDeployTasksInvoker(request *model.ListDeployTasksRequest) *ListDeployTasksInvoker
- func (c *CodeArtsDeployClient) ListHostGroups(request *model.ListHostGroupsRequest) (*model.ListHostGroupsResponse, error)
- func (c *CodeArtsDeployClient) ListHostGroupsInvoker(request *model.ListHostGroupsRequest) *ListHostGroupsInvoker
- func (c *CodeArtsDeployClient) ListHosts(request *model.ListHostsRequest) (*model.ListHostsResponse, error)
- func (c *CodeArtsDeployClient) ListHostsInvoker(request *model.ListHostsRequest) *ListHostsInvoker
- func (c *CodeArtsDeployClient) ListTaskSuccessRate(request *model.ListTaskSuccessRateRequest) (*model.ListTaskSuccessRateResponse, error)
- func (c *CodeArtsDeployClient) ListTaskSuccessRateInvoker(request *model.ListTaskSuccessRateRequest) *ListTaskSuccessRateInvoker
- func (c *CodeArtsDeployClient) ShowDeployTaskDetail(request *model.ShowDeployTaskDetailRequest) (*model.ShowDeployTaskDetailResponse, error)
- func (c *CodeArtsDeployClient) ShowDeployTaskDetailInvoker(request *model.ShowDeployTaskDetailRequest) *ShowDeployTaskDetailInvoker
- func (c *CodeArtsDeployClient) ShowDeploymentGroupDetail(request *model.ShowDeploymentGroupDetailRequest) (*model.ShowDeploymentGroupDetailResponse, error)
- func (c *CodeArtsDeployClient) ShowDeploymentGroupDetailInvoker(request *model.ShowDeploymentGroupDetailRequest) *ShowDeploymentGroupDetailInvoker
- func (c *CodeArtsDeployClient) ShowDeploymentHostDetail(request *model.ShowDeploymentHostDetailRequest) (*model.ShowDeploymentHostDetailResponse, error)
- func (c *CodeArtsDeployClient) ShowDeploymentHostDetailInvoker(request *model.ShowDeploymentHostDetailRequest) *ShowDeploymentHostDetailInvoker
- func (c *CodeArtsDeployClient) ShowProjectSuccessRate(request *model.ShowProjectSuccessRateRequest) (*model.ShowProjectSuccessRateResponse, error)
- func (c *CodeArtsDeployClient) ShowProjectSuccessRateInvoker(request *model.ShowProjectSuccessRateRequest) *ShowProjectSuccessRateInvoker
- func (c *CodeArtsDeployClient) StartDeployTask(request *model.StartDeployTaskRequest) (*model.StartDeployTaskResponse, error)
- func (c *CodeArtsDeployClient) StartDeployTaskInvoker(request *model.StartDeployTaskRequest) *StartDeployTaskInvoker
- func (c *CodeArtsDeployClient) UpdateDeploymentGroup(request *model.UpdateDeploymentGroupRequest) (*model.UpdateDeploymentGroupResponse, error)
- func (c *CodeArtsDeployClient) UpdateDeploymentGroupInvoker(request *model.UpdateDeploymentGroupRequest) *UpdateDeploymentGroupInvoker
- func (c *CodeArtsDeployClient) UpdateDeploymentHost(request *model.UpdateDeploymentHostRequest) (*model.UpdateDeploymentHostResponse, error)
- func (c *CodeArtsDeployClient) UpdateDeploymentHostInvoker(request *model.UpdateDeploymentHostRequest) *UpdateDeploymentHostInvoker
- type CreateDeployTaskByTemplateInvoker
- type CreateDeploymentGroupInvoker
- type CreateDeploymentHostInvoker
- type DeleteDeployTaskInvoker
- type DeleteDeploymentGroupInvoker
- type DeleteDeploymentHostInvoker
- type ListDeployTaskHistoryByDateInvoker
- type ListDeployTasksInvoker
- type ListHostGroupsInvoker
- type ListHostsInvoker
- type ListTaskSuccessRateInvoker
- type ShowDeployTaskDetailInvoker
- type ShowDeploymentGroupDetailInvoker
- type ShowDeploymentHostDetailInvoker
- type ShowProjectSuccessRateInvoker
- type StartDeployTaskInvoker
- type UpdateDeploymentGroupInvoker
- type UpdateDeploymentHostInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CodeArtsDeployClientBuilder ¶
func CodeArtsDeployClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForCreateDeployTaskByTemplate ¶
func GenReqDefForCreateDeployTaskByTemplate() *def.HttpRequestDef
func GenReqDefForCreateDeploymentGroup ¶
func GenReqDefForCreateDeploymentGroup() *def.HttpRequestDef
func GenReqDefForCreateDeploymentHost ¶
func GenReqDefForCreateDeploymentHost() *def.HttpRequestDef
func GenReqDefForDeleteDeployTask ¶
func GenReqDefForDeleteDeployTask() *def.HttpRequestDef
func GenReqDefForDeleteDeploymentGroup ¶
func GenReqDefForDeleteDeploymentGroup() *def.HttpRequestDef
func GenReqDefForDeleteDeploymentHost ¶
func GenReqDefForDeleteDeploymentHost() *def.HttpRequestDef
func GenReqDefForListDeployTaskHistoryByDate ¶
func GenReqDefForListDeployTaskHistoryByDate() *def.HttpRequestDef
func GenReqDefForListDeployTasks ¶
func GenReqDefForListDeployTasks() *def.HttpRequestDef
func GenReqDefForListHostGroups ¶
func GenReqDefForListHostGroups() *def.HttpRequestDef
func GenReqDefForListHosts ¶
func GenReqDefForListHosts() *def.HttpRequestDef
func GenReqDefForListTaskSuccessRate ¶
func GenReqDefForListTaskSuccessRate() *def.HttpRequestDef
func GenReqDefForShowDeployTaskDetail ¶
func GenReqDefForShowDeployTaskDetail() *def.HttpRequestDef
func GenReqDefForShowDeploymentGroupDetail ¶
func GenReqDefForShowDeploymentGroupDetail() *def.HttpRequestDef
func GenReqDefForShowDeploymentHostDetail ¶
func GenReqDefForShowDeploymentHostDetail() *def.HttpRequestDef
func GenReqDefForShowProjectSuccessRate ¶
func GenReqDefForShowProjectSuccessRate() *def.HttpRequestDef
func GenReqDefForStartDeployTask ¶
func GenReqDefForStartDeployTask() *def.HttpRequestDef
func GenReqDefForUpdateDeploymentGroup ¶
func GenReqDefForUpdateDeploymentGroup() *def.HttpRequestDef
func GenReqDefForUpdateDeploymentHost ¶
func GenReqDefForUpdateDeploymentHost() *def.HttpRequestDef
Types ¶
type CodeArtsDeployClient ¶
type CodeArtsDeployClient struct {
HcClient *http_client.HcHttpClient
}
func NewCodeArtsDeployClient ¶
func NewCodeArtsDeployClient(hcClient *http_client.HcHttpClient) *CodeArtsDeployClient
func (*CodeArtsDeployClient) CreateDeployTaskByTemplate ¶
func (c *CodeArtsDeployClient) CreateDeployTaskByTemplate(request *model.CreateDeployTaskByTemplateRequest) (*model.CreateDeployTaskByTemplateResponse, error)
CreateDeployTaskByTemplate 通过模板新建应用
通过模板新建应用。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) CreateDeployTaskByTemplateInvoker ¶
func (c *CodeArtsDeployClient) CreateDeployTaskByTemplateInvoker(request *model.CreateDeployTaskByTemplateRequest) *CreateDeployTaskByTemplateInvoker
CreateDeployTaskByTemplateInvoker 通过模板新建应用
func (*CodeArtsDeployClient) CreateDeploymentGroup ¶
func (c *CodeArtsDeployClient) CreateDeploymentGroup(request *model.CreateDeploymentGroupRequest) (*model.CreateDeploymentGroupResponse, error)
CreateDeploymentGroup 新建主机集群
在项目下新建主机集群。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) CreateDeploymentGroupInvoker ¶
func (c *CodeArtsDeployClient) CreateDeploymentGroupInvoker(request *model.CreateDeploymentGroupRequest) *CreateDeploymentGroupInvoker
CreateDeploymentGroupInvoker 新建主机集群
func (*CodeArtsDeployClient) CreateDeploymentHost ¶
func (c *CodeArtsDeployClient) CreateDeploymentHost(request *model.CreateDeploymentHostRequest) (*model.CreateDeploymentHostResponse, error)
CreateDeploymentHost 新建主机
在指定主机集群下新建主机。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) CreateDeploymentHostInvoker ¶
func (c *CodeArtsDeployClient) CreateDeploymentHostInvoker(request *model.CreateDeploymentHostRequest) *CreateDeploymentHostInvoker
CreateDeploymentHostInvoker 新建主机
func (*CodeArtsDeployClient) DeleteDeployTask ¶
func (c *CodeArtsDeployClient) DeleteDeployTask(request *model.DeleteDeployTaskRequest) (*model.DeleteDeployTaskResponse, error)
DeleteDeployTask 删除应用
根据部署任务id删除应用。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) DeleteDeployTaskInvoker ¶
func (c *CodeArtsDeployClient) DeleteDeployTaskInvoker(request *model.DeleteDeployTaskRequest) *DeleteDeployTaskInvoker
DeleteDeployTaskInvoker 删除应用
func (*CodeArtsDeployClient) DeleteDeploymentGroup ¶
func (c *CodeArtsDeployClient) DeleteDeploymentGroup(request *model.DeleteDeploymentGroupRequest) (*model.DeleteDeploymentGroupResponse, error)
DeleteDeploymentGroup 删除主机集群
根据主机集群id删除主机集群。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) DeleteDeploymentGroupInvoker ¶
func (c *CodeArtsDeployClient) DeleteDeploymentGroupInvoker(request *model.DeleteDeploymentGroupRequest) *DeleteDeploymentGroupInvoker
DeleteDeploymentGroupInvoker 删除主机集群
func (*CodeArtsDeployClient) DeleteDeploymentHost ¶
func (c *CodeArtsDeployClient) DeleteDeploymentHost(request *model.DeleteDeploymentHostRequest) (*model.DeleteDeploymentHostResponse, error)
DeleteDeploymentHost 删除主机
根据主机id删除主机。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) DeleteDeploymentHostInvoker ¶
func (c *CodeArtsDeployClient) DeleteDeploymentHostInvoker(request *model.DeleteDeploymentHostRequest) *DeleteDeploymentHostInvoker
DeleteDeploymentHostInvoker 删除主机
func (*CodeArtsDeployClient) ListDeployTaskHistoryByDate ¶
func (c *CodeArtsDeployClient) ListDeployTaskHistoryByDate(request *model.ListDeployTaskHistoryByDateRequest) (*model.ListDeployTaskHistoryByDateResponse, error)
ListDeployTaskHistoryByDate 根据开始时间和结束时间查询项目下指定应用的历史部署记录列表
根据开始时间和结束时间查询项目下指定应用的历史部署记录列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ListDeployTaskHistoryByDateInvoker ¶
func (c *CodeArtsDeployClient) ListDeployTaskHistoryByDateInvoker(request *model.ListDeployTaskHistoryByDateRequest) *ListDeployTaskHistoryByDateInvoker
ListDeployTaskHistoryByDateInvoker 根据开始时间和结束时间查询项目下指定应用的历史部署记录列表
func (*CodeArtsDeployClient) ListDeployTasks ¶
func (c *CodeArtsDeployClient) ListDeployTasks(request *model.ListDeployTasksRequest) (*model.ListDeployTasksResponse, error)
ListDeployTasks 获取应用列表
查询项目下应用列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ListDeployTasksInvoker ¶
func (c *CodeArtsDeployClient) ListDeployTasksInvoker(request *model.ListDeployTasksRequest) *ListDeployTasksInvoker
ListDeployTasksInvoker 获取应用列表
func (*CodeArtsDeployClient) ListHostGroups ¶
func (c *CodeArtsDeployClient) ListHostGroups(request *model.ListHostGroupsRequest) (*model.ListHostGroupsResponse, error)
ListHostGroups 查询主机集群列表
按条件查询主机集群列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ListHostGroupsInvoker ¶
func (c *CodeArtsDeployClient) ListHostGroupsInvoker(request *model.ListHostGroupsRequest) *ListHostGroupsInvoker
ListHostGroupsInvoker 查询主机集群列表
func (*CodeArtsDeployClient) ListHosts ¶
func (c *CodeArtsDeployClient) ListHosts(request *model.ListHostsRequest) (*model.ListHostsResponse, error)
ListHosts 查询主机列表
根据主机集群id查询指定主机集群下的主机列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ListHostsInvoker ¶
func (c *CodeArtsDeployClient) ListHostsInvoker(request *model.ListHostsRequest) *ListHostsInvoker
ListHostsInvoker 查询主机列表
func (*CodeArtsDeployClient) ListTaskSuccessRate ¶
func (c *CodeArtsDeployClient) ListTaskSuccessRate(request *model.ListTaskSuccessRateRequest) (*model.ListTaskSuccessRateResponse, error)
ListTaskSuccessRate 获取指定应用的应用部署成功率
获取指定应用的应用部署成功率
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ListTaskSuccessRateInvoker ¶
func (c *CodeArtsDeployClient) ListTaskSuccessRateInvoker(request *model.ListTaskSuccessRateRequest) *ListTaskSuccessRateInvoker
ListTaskSuccessRateInvoker 获取指定应用的应用部署成功率
func (*CodeArtsDeployClient) ShowDeployTaskDetail ¶
func (c *CodeArtsDeployClient) ShowDeployTaskDetail(request *model.ShowDeployTaskDetailRequest) (*model.ShowDeployTaskDetailResponse, error)
ShowDeployTaskDetail 获取应用详情
根据部署任务id获取应用详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ShowDeployTaskDetailInvoker ¶
func (c *CodeArtsDeployClient) ShowDeployTaskDetailInvoker(request *model.ShowDeployTaskDetailRequest) *ShowDeployTaskDetailInvoker
ShowDeployTaskDetailInvoker 获取应用详情
func (*CodeArtsDeployClient) ShowDeploymentGroupDetail ¶
func (c *CodeArtsDeployClient) ShowDeploymentGroupDetail(request *model.ShowDeploymentGroupDetailRequest) (*model.ShowDeploymentGroupDetailResponse, error)
ShowDeploymentGroupDetail 查询主机集群
根据主机集群id查询主机集群详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ShowDeploymentGroupDetailInvoker ¶
func (c *CodeArtsDeployClient) ShowDeploymentGroupDetailInvoker(request *model.ShowDeploymentGroupDetailRequest) *ShowDeploymentGroupDetailInvoker
ShowDeploymentGroupDetailInvoker 查询主机集群
func (*CodeArtsDeployClient) ShowDeploymentHostDetail ¶
func (c *CodeArtsDeployClient) ShowDeploymentHostDetail(request *model.ShowDeploymentHostDetailRequest) (*model.ShowDeploymentHostDetailResponse, error)
ShowDeploymentHostDetail 查询主机详情
根据主机id查询主机详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ShowDeploymentHostDetailInvoker ¶
func (c *CodeArtsDeployClient) ShowDeploymentHostDetailInvoker(request *model.ShowDeploymentHostDetailRequest) *ShowDeploymentHostDetailInvoker
ShowDeploymentHostDetailInvoker 查询主机详情
func (*CodeArtsDeployClient) ShowProjectSuccessRate ¶
func (c *CodeArtsDeployClient) ShowProjectSuccessRate(request *model.ShowProjectSuccessRateRequest) (*model.ShowProjectSuccessRateResponse, error)
ShowProjectSuccessRate 获取指定项目的应用部署成功率
获取指定项目的应用部署成功率
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) ShowProjectSuccessRateInvoker ¶
func (c *CodeArtsDeployClient) ShowProjectSuccessRateInvoker(request *model.ShowProjectSuccessRateRequest) *ShowProjectSuccessRateInvoker
ShowProjectSuccessRateInvoker 获取指定项目的应用部署成功率
func (*CodeArtsDeployClient) StartDeployTask ¶
func (c *CodeArtsDeployClient) StartDeployTask(request *model.StartDeployTaskRequest) (*model.StartDeployTaskResponse, error)
StartDeployTask 部署应用
根据部署任务id部署应用。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) StartDeployTaskInvoker ¶
func (c *CodeArtsDeployClient) StartDeployTaskInvoker(request *model.StartDeployTaskRequest) *StartDeployTaskInvoker
StartDeployTaskInvoker 部署应用
func (*CodeArtsDeployClient) UpdateDeploymentGroup ¶
func (c *CodeArtsDeployClient) UpdateDeploymentGroup(request *model.UpdateDeploymentGroupRequest) (*model.UpdateDeploymentGroupResponse, error)
UpdateDeploymentGroup 修改主机集群
根据主机集群id修改主机集群信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) UpdateDeploymentGroupInvoker ¶
func (c *CodeArtsDeployClient) UpdateDeploymentGroupInvoker(request *model.UpdateDeploymentGroupRequest) *UpdateDeploymentGroupInvoker
UpdateDeploymentGroupInvoker 修改主机集群
func (*CodeArtsDeployClient) UpdateDeploymentHost ¶
func (c *CodeArtsDeployClient) UpdateDeploymentHost(request *model.UpdateDeploymentHostRequest) (*model.UpdateDeploymentHostResponse, error)
UpdateDeploymentHost 修改主机
根据主机id修改主机信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*CodeArtsDeployClient) UpdateDeploymentHostInvoker ¶
func (c *CodeArtsDeployClient) UpdateDeploymentHostInvoker(request *model.UpdateDeploymentHostRequest) *UpdateDeploymentHostInvoker
UpdateDeploymentHostInvoker 修改主机
type CreateDeployTaskByTemplateInvoker ¶
type CreateDeployTaskByTemplateInvoker struct {
*invoker.BaseInvoker
}
func (*CreateDeployTaskByTemplateInvoker) Invoke ¶
func (i *CreateDeployTaskByTemplateInvoker) Invoke() (*model.CreateDeployTaskByTemplateResponse, error)
type CreateDeploymentGroupInvoker ¶
type CreateDeploymentGroupInvoker struct {
*invoker.BaseInvoker
}
func (*CreateDeploymentGroupInvoker) Invoke ¶
func (i *CreateDeploymentGroupInvoker) Invoke() (*model.CreateDeploymentGroupResponse, error)
type CreateDeploymentHostInvoker ¶
type CreateDeploymentHostInvoker struct {
*invoker.BaseInvoker
}
func (*CreateDeploymentHostInvoker) Invoke ¶
func (i *CreateDeploymentHostInvoker) Invoke() (*model.CreateDeploymentHostResponse, error)
type DeleteDeployTaskInvoker ¶
type DeleteDeployTaskInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteDeployTaskInvoker) Invoke ¶
func (i *DeleteDeployTaskInvoker) Invoke() (*model.DeleteDeployTaskResponse, error)
type DeleteDeploymentGroupInvoker ¶
type DeleteDeploymentGroupInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteDeploymentGroupInvoker) Invoke ¶
func (i *DeleteDeploymentGroupInvoker) Invoke() (*model.DeleteDeploymentGroupResponse, error)
type DeleteDeploymentHostInvoker ¶
type DeleteDeploymentHostInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteDeploymentHostInvoker) Invoke ¶
func (i *DeleteDeploymentHostInvoker) Invoke() (*model.DeleteDeploymentHostResponse, error)
type ListDeployTaskHistoryByDateInvoker ¶
type ListDeployTaskHistoryByDateInvoker struct {
*invoker.BaseInvoker
}
func (*ListDeployTaskHistoryByDateInvoker) Invoke ¶
func (i *ListDeployTaskHistoryByDateInvoker) Invoke() (*model.ListDeployTaskHistoryByDateResponse, error)
type ListDeployTasksInvoker ¶
type ListDeployTasksInvoker struct {
*invoker.BaseInvoker
}
func (*ListDeployTasksInvoker) Invoke ¶
func (i *ListDeployTasksInvoker) Invoke() (*model.ListDeployTasksResponse, error)
type ListHostGroupsInvoker ¶
type ListHostGroupsInvoker struct {
*invoker.BaseInvoker
}
func (*ListHostGroupsInvoker) Invoke ¶
func (i *ListHostGroupsInvoker) Invoke() (*model.ListHostGroupsResponse, error)
type ListHostsInvoker ¶
type ListHostsInvoker struct {
*invoker.BaseInvoker
}
func (*ListHostsInvoker) Invoke ¶
func (i *ListHostsInvoker) Invoke() (*model.ListHostsResponse, error)
type ListTaskSuccessRateInvoker ¶
type ListTaskSuccessRateInvoker struct {
*invoker.BaseInvoker
}
func (*ListTaskSuccessRateInvoker) Invoke ¶
func (i *ListTaskSuccessRateInvoker) Invoke() (*model.ListTaskSuccessRateResponse, error)
type ShowDeployTaskDetailInvoker ¶
type ShowDeployTaskDetailInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDeployTaskDetailInvoker) Invoke ¶
func (i *ShowDeployTaskDetailInvoker) Invoke() (*model.ShowDeployTaskDetailResponse, error)
type ShowDeploymentGroupDetailInvoker ¶
type ShowDeploymentGroupDetailInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDeploymentGroupDetailInvoker) Invoke ¶
func (i *ShowDeploymentGroupDetailInvoker) Invoke() (*model.ShowDeploymentGroupDetailResponse, error)
type ShowDeploymentHostDetailInvoker ¶
type ShowDeploymentHostDetailInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDeploymentHostDetailInvoker) Invoke ¶
func (i *ShowDeploymentHostDetailInvoker) Invoke() (*model.ShowDeploymentHostDetailResponse, error)
type ShowProjectSuccessRateInvoker ¶
type ShowProjectSuccessRateInvoker struct {
*invoker.BaseInvoker
}
func (*ShowProjectSuccessRateInvoker) Invoke ¶
func (i *ShowProjectSuccessRateInvoker) Invoke() (*model.ShowProjectSuccessRateResponse, error)
type StartDeployTaskInvoker ¶
type StartDeployTaskInvoker struct {
*invoker.BaseInvoker
}
func (*StartDeployTaskInvoker) Invoke ¶
func (i *StartDeployTaskInvoker) Invoke() (*model.StartDeployTaskResponse, error)
type UpdateDeploymentGroupInvoker ¶
type UpdateDeploymentGroupInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateDeploymentGroupInvoker) Invoke ¶
func (i *UpdateDeploymentGroupInvoker) Invoke() (*model.UpdateDeploymentGroupResponse, error)
type UpdateDeploymentHostInvoker ¶
type UpdateDeploymentHostInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateDeploymentHostInvoker) Invoke ¶
func (i *UpdateDeploymentHostInvoker) Invoke() (*model.UpdateDeploymentHostResponse, error)