v1

package
v0.1.67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DevStarClientBuilder

func DevStarClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForCheckRepositoryDuplicateName added in v0.0.73

func GenReqDefForCheckRepositoryDuplicateName() *def.HttpRequestDef

func GenReqDefForConfirmDeploymentJob added in v0.0.86

func GenReqDefForConfirmDeploymentJob() *def.HttpRequestDef

func GenReqDefForCreateDeploymentJobs added in v0.0.73

func GenReqDefForCreateDeploymentJobs() *def.HttpRequestDef

func GenReqDefForCreateTemplateViewHistories

func GenReqDefForCreateTemplateViewHistories() *def.HttpRequestDef

func GenReqDefForDeleteApplicationV4 added in v0.0.73

func GenReqDefForDeleteApplicationV4() *def.HttpRequestDef

func GenReqDefForDownloadApplicationCode

func GenReqDefForDownloadApplicationCode() *def.HttpRequestDef

func GenReqDefForListApplicationsV6 added in v0.0.73

func GenReqDefForListApplicationsV6() *def.HttpRequestDef

func GenReqDefForListPipelineTemplates added in v0.0.73

func GenReqDefForListPipelineTemplates() *def.HttpRequestDef

func GenReqDefForListProjectsV4 added in v0.0.73

func GenReqDefForListProjectsV4() *def.HttpRequestDef

func GenReqDefForListPublishedTemplates

func GenReqDefForListPublishedTemplates() *def.HttpRequestDef

func GenReqDefForListTemplateViewHistories

func GenReqDefForListTemplateViewHistories() *def.HttpRequestDef

func GenReqDefForListTemplates added in v0.0.76

func GenReqDefForListTemplates() *def.HttpRequestDef

func GenReqDefForListTemplatesV2

func GenReqDefForListTemplatesV2() *def.HttpRequestDef

func GenReqDefForRunCodehubTemplateJob

func GenReqDefForRunCodehubTemplateJob() *def.HttpRequestDef

func GenReqDefForRunDevstarTemplateJob

func GenReqDefForRunDevstarTemplateJob() *def.HttpRequestDef

func GenReqDefForShowApplicationDependentResources added in v0.0.73

func GenReqDefForShowApplicationDependentResources() *def.HttpRequestDef

func GenReqDefForShowApplicationReleaseRepositories added in v0.0.73

func GenReqDefForShowApplicationReleaseRepositories() *def.HttpRequestDef

func GenReqDefForShowApplicationResDeleteStatus added in v0.0.73

func GenReqDefForShowApplicationResDeleteStatus() *def.HttpRequestDef

func GenReqDefForShowApplicationV3 added in v0.0.73

func GenReqDefForShowApplicationV3() *def.HttpRequestDef

func GenReqDefForShowDeploymentJobs added in v0.0.73

func GenReqDefForShowDeploymentJobs() *def.HttpRequestDef

func GenReqDefForShowJobDetail

func GenReqDefForShowJobDetail() *def.HttpRequestDef

func GenReqDefForShowPipelineLastStatusV2 added in v0.0.73

func GenReqDefForShowPipelineLastStatusV2() *def.HttpRequestDef

func GenReqDefForShowRepositoryByCloudIde added in v0.0.76

func GenReqDefForShowRepositoryByCloudIde() *def.HttpRequestDef

func GenReqDefForShowRepositoryStatisticalDataV2 added in v0.0.73

func GenReqDefForShowRepositoryStatisticalDataV2() *def.HttpRequestDef

func GenReqDefForShowTemplateDetail

func GenReqDefForShowTemplateDetail() *def.HttpRequestDef

func GenReqDefForShowTemplateFile

func GenReqDefForShowTemplateFile() *def.HttpRequestDef

func GenReqDefForShowTemplateV3

func GenReqDefForShowTemplateV3() *def.HttpRequestDef

func GenReqDefForStartPipeline added in v0.0.73

func GenReqDefForStartPipeline() *def.HttpRequestDef

func GenReqDefForUpdateApplication added in v0.0.73

func GenReqDefForUpdateApplication() *def.HttpRequestDef

Types

type CheckRepositoryDuplicateNameInvoker added in v0.0.90

type CheckRepositoryDuplicateNameInvoker struct {
	*invoker.BaseInvoker
}

func (*CheckRepositoryDuplicateNameInvoker) Invoke added in v0.0.90

type ConfirmDeploymentJobInvoker added in v0.0.90

type ConfirmDeploymentJobInvoker struct {
	*invoker.BaseInvoker
}

func (*ConfirmDeploymentJobInvoker) Invoke added in v0.0.90

type CreateDeploymentJobsInvoker added in v0.0.90

type CreateDeploymentJobsInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateDeploymentJobsInvoker) Invoke added in v0.0.90

type CreateTemplateViewHistoriesInvoker added in v0.0.90

type CreateTemplateViewHistoriesInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateTemplateViewHistoriesInvoker) Invoke added in v0.0.90

type DeleteApplicationV4Invoker added in v0.0.90

type DeleteApplicationV4Invoker struct {
	*invoker.BaseInvoker
}

func (*DeleteApplicationV4Invoker) Invoke added in v0.0.90

type DevStarClient

type DevStarClient struct {
	HcClient *http_client.HcHttpClient
}

func NewDevStarClient

func NewDevStarClient(hcClient *http_client.HcHttpClient) *DevStarClient

func (*DevStarClient) CheckRepositoryDuplicateName added in v0.0.73

CheckRepositoryDuplicateName 检查仓库名称是否重名

检查仓库名称是否重名

  • 校验规则 同一个项目下的仓库名称不能存在重复,当结果为true时,校验通过,仓库名称可用,否则,校验不通过,当前项目下的仓库名称已存在,不可用
  • 必传参数 project_id,name,region_id

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) CheckRepositoryDuplicateNameInvoker added in v0.0.90

func (c *DevStarClient) CheckRepositoryDuplicateNameInvoker(request *model.CheckRepositoryDuplicateNameRequest) *CheckRepositoryDuplicateNameInvoker

CheckRepositoryDuplicateNameInvoker 检查仓库名称是否重名

func (*DevStarClient) ConfirmDeploymentJob added in v0.0.86

ConfirmDeploymentJob 部署任务执行变更人工审核

部署任务执行变更人工审核,终止或者继续部署任务

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ConfirmDeploymentJobInvoker added in v0.0.90

func (c *DevStarClient) ConfirmDeploymentJobInvoker(request *model.ConfirmDeploymentJobRequest) *ConfirmDeploymentJobInvoker

ConfirmDeploymentJobInvoker 部署任务执行变更人工审核

func (*DevStarClient) CreateDeploymentJobs added in v0.0.73

CreateDeploymentJobs 创建部署任务

创建部署任务,并触发任务执行,当前只支持函数部署。 其中,报文中file_id为查询软件版本包接口返回版本包id; handler为在函数部署方式下,入口函数名称,从应用代码中获取,格式为“包名.类名.函数名称”,例如:com.example.demo.APIGTrigger.handler。 也可以从应用详情接口返回结构template_deployment中直接获取。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) CreateDeploymentJobsInvoker added in v0.0.90

func (c *DevStarClient) CreateDeploymentJobsInvoker(request *model.CreateDeploymentJobsRequest) *CreateDeploymentJobsInvoker

CreateDeploymentJobsInvoker 创建部署任务

func (*DevStarClient) CreateTemplateViewHistories

CreateTemplateViewHistories 同步模板浏览记录

未登录状态下,将用户浏览过的模板缓存在浏览器中,登录时,调用该接口同步模板浏览记录。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) CreateTemplateViewHistoriesInvoker added in v0.0.90

func (c *DevStarClient) CreateTemplateViewHistoriesInvoker(request *model.CreateTemplateViewHistoriesRequest) *CreateTemplateViewHistoriesInvoker

CreateTemplateViewHistoriesInvoker 同步模板浏览记录

func (*DevStarClient) DeleteApplicationV4 added in v0.0.73

DeleteApplicationV4 删除应用信息

根据应用Id删除应用,并可以选择删除其关联的代码仓、流水线资源

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) DeleteApplicationV4Invoker added in v0.0.90

func (c *DevStarClient) DeleteApplicationV4Invoker(request *model.DeleteApplicationV4Request) *DeleteApplicationV4Invoker

DeleteApplicationV4Invoker 删除应用信息

func (*DevStarClient) DownloadApplicationCode

DownloadApplicationCode 下载模板产物

下载模板产物。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) DownloadApplicationCodeInvoker added in v0.0.90

func (c *DevStarClient) DownloadApplicationCodeInvoker(request *model.DownloadApplicationCodeRequest) *DownloadApplicationCodeInvoker

DownloadApplicationCodeInvoker 下载模板产物

func (*DevStarClient) ListApplicationsV6 added in v0.0.73

ListApplicationsV6 获取应用列表

获取我创建的应用列表 当前只支持查询我创建的应用,其中请求参数is_created_by_self需为true

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ListApplicationsV6Invoker added in v0.0.90

func (c *DevStarClient) ListApplicationsV6Invoker(request *model.ListApplicationsV6Request) *ListApplicationsV6Invoker

ListApplicationsV6Invoker 获取应用列表

func (*DevStarClient) ListPipelineTemplates added in v0.0.73

ListPipelineTemplates 流水线模板列表查询

流水线模板列表查询

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ListPipelineTemplatesInvoker added in v0.0.90

func (c *DevStarClient) ListPipelineTemplatesInvoker(request *model.ListPipelineTemplatesRequest) *ListPipelineTemplatesInvoker

ListPipelineTemplatesInvoker 流水线模板列表查询

func (*DevStarClient) ListProjectsV4 added in v0.0.73

ListProjectsV4 获取用户有权限的DevStar存量DevCloud项目列表

获取用户有权限的DevStar存量DevCloud项目列表。 来源包括:1.DevStar创建的DevCloud项目;2.DevStar应用有关联DevCloud项目。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ListProjectsV4Invoker added in v0.0.90

func (c *DevStarClient) ListProjectsV4Invoker(request *model.ListProjectsV4Request) *ListProjectsV4Invoker

ListProjectsV4Invoker 获取用户有权限的DevStar存量DevCloud项目列表

func (*DevStarClient) ListPublishedTemplates

ListPublishedTemplates 查询模板列表(V1)

查询模板列表,推荐使用/v1/templates/query接口。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ListPublishedTemplatesInvoker added in v0.0.90

func (c *DevStarClient) ListPublishedTemplatesInvoker(request *model.ListPublishedTemplatesRequest) *ListPublishedTemplatesInvoker

ListPublishedTemplatesInvoker 查询模板列表(V1)

func (*DevStarClient) ListTemplateViewHistories

ListTemplateViewHistories 我浏览的模板记录

查询DevStar或者CodeLabs登录用户浏览过的模板(只返回最近浏览的5个模板)。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ListTemplateViewHistoriesInvoker added in v0.0.90

func (c *DevStarClient) ListTemplateViewHistoriesInvoker(request *model.ListTemplateViewHistoriesRequest) *ListTemplateViewHistoriesInvoker

ListTemplateViewHistoriesInvoker 我浏览的模板记录

func (*DevStarClient) ListTemplates added in v0.0.76

ListTemplates 查询模板列表

查询模板列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ListTemplatesInvoker added in v0.0.90

func (c *DevStarClient) ListTemplatesInvoker(request *model.ListTemplatesRequest) *ListTemplatesInvoker

ListTemplatesInvoker 查询模板列表

func (*DevStarClient) ListTemplatesV2

ListTemplatesV2 查询模板列表(V2)

查询模板列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ListTemplatesV2Invoker added in v0.0.90

func (c *DevStarClient) ListTemplatesV2Invoker(request *model.ListTemplatesV2Request) *ListTemplatesV2Invoker

ListTemplatesV2Invoker 查询模板列表(V2)

func (*DevStarClient) RunCodehubTemplateJob

RunCodehubTemplateJob CodeHub 模板生成代码

使用CodeHub模板创建应用代码。

通过 Codehub 模板创建生成应用代码的任务,并将应用代码存储于指定的 CodeHub 仓库中或者生成代码压缩包,可以通过返回的任务 ID 查询相关任务状态。

- 接口鉴权方式 通过华为云服务获取的用户token。

- 代码生成位置 应用代码生成后的地址,目前支持codehub地址和压缩包下载地址。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) RunCodehubTemplateJobInvoker added in v0.0.90

func (c *DevStarClient) RunCodehubTemplateJobInvoker(request *model.RunCodehubTemplateJobRequest) *RunCodehubTemplateJobInvoker

RunCodehubTemplateJobInvoker CodeHub 模板生成代码

func (*DevStarClient) RunDevstarTemplateJob

RunDevstarTemplateJob Devstar 模板生成代码

使用DevStar的模板创建应用代码。

通过 DevStar 模板创建生成应用代码的任务,并将应用代码存储于指定的 CodeHub 仓库中,可以通过返回的任务 ID 查询相关任务状态。

- 接口鉴权方式 通过华为云服务获取的用户token。

- 代码生成位置 应用代码生成后的地址,目前支持codehub地址和压缩包下载地址。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) RunDevstarTemplateJobInvoker added in v0.0.90

func (c *DevStarClient) RunDevstarTemplateJobInvoker(request *model.RunDevstarTemplateJobRequest) *RunDevstarTemplateJobInvoker

RunDevstarTemplateJobInvoker Devstar 模板生成代码

func (*DevStarClient) ShowApplicationDependentResources added in v0.0.73

ShowApplicationDependentResources 获取应用依赖元数据资源

根据应用Id获取依赖元数据资源

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowApplicationDependentResourcesInvoker added in v0.0.90

func (c *DevStarClient) ShowApplicationDependentResourcesInvoker(request *model.ShowApplicationDependentResourcesRequest) *ShowApplicationDependentResourcesInvoker

ShowApplicationDependentResourcesInvoker 获取应用依赖元数据资源

func (*DevStarClient) ShowApplicationReleaseRepositories added in v0.0.73

ShowApplicationReleaseRepositories 通过应用Id获取软件发布仓库列表

通过应用Id获取软件发布仓库列表

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowApplicationReleaseRepositoriesInvoker added in v0.0.90

func (c *DevStarClient) ShowApplicationReleaseRepositoriesInvoker(request *model.ShowApplicationReleaseRepositoriesRequest) *ShowApplicationReleaseRepositoriesInvoker

ShowApplicationReleaseRepositoriesInvoker 通过应用Id获取软件发布仓库列表

func (*DevStarClient) ShowApplicationResDeleteStatus added in v0.0.73

ShowApplicationResDeleteStatus 查询应用关联资源删除状态

根据应用Id查询应用关联的代码仓、流水线删除状态 使用场景:用户删除应用关联的资源(如代码仓、流水线...)后,通过该接口实时查询代码仓、流水线删除状态

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowApplicationResDeleteStatusInvoker added in v0.0.90

func (c *DevStarClient) ShowApplicationResDeleteStatusInvoker(request *model.ShowApplicationResDeleteStatusRequest) *ShowApplicationResDeleteStatusInvoker

ShowApplicationResDeleteStatusInvoker 查询应用关联资源删除状态

func (*DevStarClient) ShowApplicationV3 added in v0.0.73

ShowApplicationV3 获取应用详情

根据应用Id获取应用详情

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowApplicationV3Invoker added in v0.0.90

func (c *DevStarClient) ShowApplicationV3Invoker(request *model.ShowApplicationV3Request) *ShowApplicationV3Invoker

ShowApplicationV3Invoker 获取应用详情

func (*DevStarClient) ShowDeploymentJobs added in v0.0.73

ShowDeploymentJobs 查询应用环境部署任务详情

查询应用环境部署任务详情

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowDeploymentJobsInvoker added in v0.0.90

func (c *DevStarClient) ShowDeploymentJobsInvoker(request *model.ShowDeploymentJobsRequest) *ShowDeploymentJobsInvoker

ShowDeploymentJobsInvoker 查询应用环境部署任务详情

func (*DevStarClient) ShowJobDetail

ShowJobDetail 查询任务详情

查询任务的详情。

通过任务ID可以查看任务的状态 当任务结束时返回应用代码存放的位置。

- 接口鉴权方式 通过华为云服务获取的用户token。

- 代码生成位置 应用代码生成后的地址,目前支持codehub地址和压缩包下载地址。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowJobDetailInvoker added in v0.0.90

func (c *DevStarClient) ShowJobDetailInvoker(request *model.ShowJobDetailRequest) *ShowJobDetailInvoker

ShowJobDetailInvoker 查询任务详情

func (*DevStarClient) ShowPipelineLastStatusV2 added in v0.0.73

ShowPipelineLastStatusV2 查询流水线最近一次运行状态查询接口

查询应用流水线最近一次运行状态查询接口

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowPipelineLastStatusV2Invoker added in v0.0.90

func (c *DevStarClient) ShowPipelineLastStatusV2Invoker(request *model.ShowPipelineLastStatusV2Request) *ShowPipelineLastStatusV2Invoker

ShowPipelineLastStatusV2Invoker 查询流水线最近一次运行状态查询接口

func (*DevStarClient) ShowRepositoryByCloudIde added in v0.0.76

ShowRepositoryByCloudIde 使用 CloudIDE 实例打开应用代码

使用 CloudIDE 实例打开应用代码。CloudIDE会保存用户项目数据,相同用户使用同一个CloudIDE,使用要求: - 用户需为登录状态。 - 拥有仓库权限。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowRepositoryByCloudIdeInvoker added in v0.0.90

func (c *DevStarClient) ShowRepositoryByCloudIdeInvoker(request *model.ShowRepositoryByCloudIdeRequest) *ShowRepositoryByCloudIdeInvoker

ShowRepositoryByCloudIdeInvoker 使用 CloudIDE 实例打开应用代码

func (*DevStarClient) ShowRepositoryStatisticalDataV2 added in v0.0.73

ShowRepositoryStatisticalDataV2 应用代码仓库统计信息

查询代码仓库的统计信息,包括代码仓的名称,代码行数等信息

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowRepositoryStatisticalDataV2Invoker added in v0.0.90

func (c *DevStarClient) ShowRepositoryStatisticalDataV2Invoker(request *model.ShowRepositoryStatisticalDataV2Request) *ShowRepositoryStatisticalDataV2Invoker

ShowRepositoryStatisticalDataV2Invoker 应用代码仓库统计信息

func (*DevStarClient) ShowTemplateDetail

ShowTemplateDetail 查询模板详情(V1)

查询模板详情,推荐使用V3版本接口。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowTemplateDetailInvoker added in v0.0.90

func (c *DevStarClient) ShowTemplateDetailInvoker(request *model.ShowTemplateDetailRequest) *ShowTemplateDetailInvoker

ShowTemplateDetailInvoker 查询模板详情(V1)

func (*DevStarClient) ShowTemplateFile

ShowTemplateFile 读取模板文件

该接口可以用于模板作者或模板维护人读取模板文件内容。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowTemplateFileInvoker added in v0.0.90

func (c *DevStarClient) ShowTemplateFileInvoker(request *model.ShowTemplateFileRequest) *ShowTemplateFileInvoker

ShowTemplateFileInvoker 读取模板文件

func (*DevStarClient) ShowTemplateV3

ShowTemplateV3 查询模板详情(V3)

获取指定模板详情,包括模板id、名称、描述、作者、标签、上架时间等信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) ShowTemplateV3Invoker added in v0.0.90

func (c *DevStarClient) ShowTemplateV3Invoker(request *model.ShowTemplateV3Request) *ShowTemplateV3Invoker

ShowTemplateV3Invoker 查询模板详情(V3)

func (*DevStarClient) StartPipeline added in v0.0.73

StartPipeline 根据流水线Id操作流水线启动

根据流水线Id操作流水线启动

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) StartPipelineInvoker added in v0.0.90

func (c *DevStarClient) StartPipelineInvoker(request *model.StartPipelineRequest) *StartPipelineInvoker

StartPipelineInvoker 根据流水线Id操作流水线启动

func (*DevStarClient) UpdateApplication added in v0.0.73

UpdateApplication 更新应用信息

根据应用Id更新对应有权限的应用信息 - 允许更新信息的信息包含 name,description,icon

Please refer to HUAWEI cloud API Explorer for details.

func (*DevStarClient) UpdateApplicationInvoker added in v0.0.90

func (c *DevStarClient) UpdateApplicationInvoker(request *model.UpdateApplicationRequest) *UpdateApplicationInvoker

UpdateApplicationInvoker 更新应用信息

type DownloadApplicationCodeInvoker added in v0.0.90

type DownloadApplicationCodeInvoker struct {
	*invoker.BaseInvoker
}

func (*DownloadApplicationCodeInvoker) Invoke added in v0.0.90

type ListApplicationsV6Invoker added in v0.0.90

type ListApplicationsV6Invoker struct {
	*invoker.BaseInvoker
}

func (*ListApplicationsV6Invoker) Invoke added in v0.0.90

type ListPipelineTemplatesInvoker added in v0.0.90

type ListPipelineTemplatesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPipelineTemplatesInvoker) Invoke added in v0.0.90

type ListProjectsV4Invoker added in v0.0.90

type ListProjectsV4Invoker struct {
	*invoker.BaseInvoker
}

func (*ListProjectsV4Invoker) Invoke added in v0.0.90

type ListPublishedTemplatesInvoker added in v0.0.90

type ListPublishedTemplatesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPublishedTemplatesInvoker) Invoke added in v0.0.90

type ListTemplateViewHistoriesInvoker added in v0.0.90

type ListTemplateViewHistoriesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTemplateViewHistoriesInvoker) Invoke added in v0.0.90

type ListTemplatesInvoker added in v0.0.90

type ListTemplatesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTemplatesInvoker) Invoke added in v0.0.90

type ListTemplatesV2Invoker added in v0.0.90

type ListTemplatesV2Invoker struct {
	*invoker.BaseInvoker
}

func (*ListTemplatesV2Invoker) Invoke added in v0.0.90

type RunCodehubTemplateJobInvoker added in v0.0.90

type RunCodehubTemplateJobInvoker struct {
	*invoker.BaseInvoker
}

func (*RunCodehubTemplateJobInvoker) Invoke added in v0.0.90

type RunDevstarTemplateJobInvoker added in v0.0.90

type RunDevstarTemplateJobInvoker struct {
	*invoker.BaseInvoker
}

func (*RunDevstarTemplateJobInvoker) Invoke added in v0.0.90

type ShowApplicationDependentResourcesInvoker added in v0.0.90

type ShowApplicationDependentResourcesInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowApplicationDependentResourcesInvoker) Invoke added in v0.0.90

type ShowApplicationReleaseRepositoriesInvoker added in v0.0.90

type ShowApplicationReleaseRepositoriesInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowApplicationReleaseRepositoriesInvoker) Invoke added in v0.0.90

type ShowApplicationResDeleteStatusInvoker added in v0.0.90

type ShowApplicationResDeleteStatusInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowApplicationResDeleteStatusInvoker) Invoke added in v0.0.90

type ShowApplicationV3Invoker added in v0.0.90

type ShowApplicationV3Invoker struct {
	*invoker.BaseInvoker
}

func (*ShowApplicationV3Invoker) Invoke added in v0.0.90

type ShowDeploymentJobsInvoker added in v0.0.90

type ShowDeploymentJobsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowDeploymentJobsInvoker) Invoke added in v0.0.90

type ShowJobDetailInvoker added in v0.0.90

type ShowJobDetailInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowJobDetailInvoker) Invoke added in v0.0.90

type ShowPipelineLastStatusV2Invoker added in v0.0.90

type ShowPipelineLastStatusV2Invoker struct {
	*invoker.BaseInvoker
}

func (*ShowPipelineLastStatusV2Invoker) Invoke added in v0.0.90

type ShowRepositoryByCloudIdeInvoker added in v0.0.90

type ShowRepositoryByCloudIdeInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowRepositoryByCloudIdeInvoker) Invoke added in v0.0.90

type ShowRepositoryStatisticalDataV2Invoker added in v0.0.90

type ShowRepositoryStatisticalDataV2Invoker struct {
	*invoker.BaseInvoker
}

func (*ShowRepositoryStatisticalDataV2Invoker) Invoke added in v0.0.90

type ShowTemplateDetailInvoker added in v0.0.90

type ShowTemplateDetailInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowTemplateDetailInvoker) Invoke added in v0.0.90

type ShowTemplateFileInvoker added in v0.0.90

type ShowTemplateFileInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowTemplateFileInvoker) Invoke added in v0.0.90

type ShowTemplateV3Invoker added in v0.0.90

type ShowTemplateV3Invoker struct {
	*invoker.BaseInvoker
}

func (*ShowTemplateV3Invoker) Invoke added in v0.0.90

type StartPipelineInvoker added in v0.0.90

type StartPipelineInvoker struct {
	*invoker.BaseInvoker
}

func (*StartPipelineInvoker) Invoke added in v0.0.90

type UpdateApplicationInvoker added in v0.0.90

type UpdateApplicationInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateApplicationInvoker) Invoke added in v0.0.90

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL