Documentation ¶
Index ¶
- type ApplicationBaseV3
- type ApplicationModifyInfo
- type ApplicationV3
- type ApplicationV3DeployType
- type ApplicationV3DeployTypeEnum
- type CheckRepositoryDuplicateNameRequest
- type CheckRepositoryDuplicateNameResponse
- type CodehubJobInfo
- type CreateDeploymentJobsParams
- type CreateDeploymentJobsRequest
- type CreateDeploymentJobsRequestXLanguage
- type CreateDeploymentJobsRequestXLanguageEnum
- type CreateDeploymentJobsResponse
- type CreateTemplateViewHistoriesRequest
- type CreateTemplateViewHistoriesRequestXLanguage
- type CreateTemplateViewHistoriesRequestXLanguageEnum
- type CreateTemplateViewHistoriesResponse
- type DeleteApplicationV4Request
- type DeleteApplicationV4Response
- type Dependent
- type DownloadApplicationCodeRequest
- type DownloadApplicationCodeRequestXLanguage
- type DownloadApplicationCodeRequestXLanguageEnum
- type DownloadApplicationCodeResponse
- type FgsDeploymentJobsParam
- type FileTreeNode
- type ListApplicationsV6Request
- type ListApplicationsV6RequestSortDir
- type ListApplicationsV6RequestSortDirEnum
- type ListApplicationsV6RequestSortKey
- type ListApplicationsV6RequestSortKeyEnum
- type ListApplicationsV6RequestXLanguage
- type ListApplicationsV6RequestXLanguageEnum
- type ListApplicationsV6Response
- type ListPipelineTemplatesRequest
- type ListPipelineTemplatesResponse
- type ListProjectsV4Request
- type ListProjectsV4RequestXLanguage
- type ListProjectsV4RequestXLanguageEnum
- type ListProjectsV4Response
- type ListPublishedTemplatesRequest
- type ListPublishedTemplatesRequestXLanguage
- type ListPublishedTemplatesRequestXLanguageEnum
- type ListPublishedTemplatesResponse
- type ListTemplateViewHistoriesRequest
- type ListTemplateViewHistoriesRequestPlatformSource
- type ListTemplateViewHistoriesRequestPlatformSourceEnum
- type ListTemplateViewHistoriesRequestXLanguage
- type ListTemplateViewHistoriesRequestXLanguageEnum
- type ListTemplateViewHistoriesResponse
- type ListTemplatesV2Request
- type ListTemplatesV2RequestXLanguage
- type ListTemplatesV2RequestXLanguageEnum
- type ListTemplatesV2Response
- type PipelineBasic
- type PipelineBasicLastRunningStatus
- type PipelineBasicLastRunningStatusEnum
- type PipelineCreationResult
- type PipelineCreationResultStatus
- type PipelineCreationResultStatusEnum
- type PipelineDeleteStatus
- type PipelineDeleteStatusStatus
- type PipelineDeleteStatusStatusEnum
- type PipelineStageResp
- type PipelineTemplate
- type PipelineTemplateInfo
- type ProjectV3
- type Reference
- type ReleaseRepository
- type RepositoryBasicInfo
- type RepositoryCreationResult
- type RepositoryCreationResultStatus
- type RepositoryCreationResultStatusEnum
- type RepositoryInfo
- type ResouceInfo
- type RunCodehubTemplateJobRequest
- type RunCodehubTemplateJobRequestXLanguage
- type RunCodehubTemplateJobRequestXLanguageEnum
- type RunCodehubTemplateJobResponse
- type RunDevstarTemplateJobRequest
- type RunDevstarTemplateJobRequestXLanguage
- type RunDevstarTemplateJobRequestXLanguageEnum
- type RunDevstarTemplateJobResponse
- type ShowApplicationDependentResourcesRequest
- type ShowApplicationDependentResourcesRequestXLanguage
- type ShowApplicationDependentResourcesRequestXLanguageEnum
- type ShowApplicationDependentResourcesResponse
- type ShowApplicationReleaseRepositoriesRequest
- type ShowApplicationReleaseRepositoriesRequestXLanguage
- type ShowApplicationReleaseRepositoriesRequestXLanguageEnum
- type ShowApplicationReleaseRepositoriesResponse
- type ShowApplicationResDeleteStatusRequest
- type ShowApplicationResDeleteStatusRequestXLanguage
- type ShowApplicationResDeleteStatusRequestXLanguageEnum
- type ShowApplicationResDeleteStatusResponse
- type ShowApplicationResDeleteStatusResponseRepoStatus
- type ShowApplicationResDeleteStatusResponseRepoStatusEnum
- type ShowApplicationV3Request
- type ShowApplicationV3RequestXLanguage
- type ShowApplicationV3RequestXLanguageEnum
- type ShowApplicationV3Response
- type ShowApplicationV3ResponseDeployType
- type ShowApplicationV3ResponseDeployTypeEnum
- type ShowDeploymentJobsRequest
- type ShowDeploymentJobsRequestXLanguage
- type ShowDeploymentJobsRequestXLanguageEnum
- type ShowDeploymentJobsResponse
- type ShowJobDetailRequest
- type ShowJobDetailRequestXLanguage
- type ShowJobDetailRequestXLanguageEnum
- type ShowJobDetailResponse
- type ShowPipelineLastStatusV2Request
- type ShowPipelineLastStatusV2RequestXLanguage
- type ShowPipelineLastStatusV2RequestXLanguageEnum
- type ShowPipelineLastStatusV2Response
- type ShowRepositoryStatisticalDataV2Request
- type ShowRepositoryStatisticalDataV2RequestXLanguage
- type ShowRepositoryStatisticalDataV2RequestXLanguageEnum
- type ShowRepositoryStatisticalDataV2Response
- type ShowTemplateDetailRequest
- type ShowTemplateDetailRequestXLanguage
- type ShowTemplateDetailRequestXLanguageEnum
- type ShowTemplateDetailResponse
- type ShowTemplateFileRequest
- type ShowTemplateFileRequestType
- type ShowTemplateFileRequestTypeEnum
- type ShowTemplateFileRequestXLanguage
- type ShowTemplateFileRequestXLanguageEnum
- type ShowTemplateFileResponse
- type ShowTemplateV3Request
- type ShowTemplateV3RequestXLanguage
- type ShowTemplateV3RequestXLanguageEnum
- type ShowTemplateV3Response
- type StartPipelineRequest
- type StartPipelineRequestXLanguage
- type StartPipelineRequestXLanguageEnum
- type StartPipelineResponse
- type StartPipelineResponseResult
- type StartPipelineResponseResultEnum
- type TagInfo
- type TemplateInfo
- type TemplateJobInfo
- type TemplateProductExt
- type TemplateQueryV2
- type TemplateSimpleInfo
- type TemplateType
- type TemplateTypeEnum
- type TemplateViewHistory
- type TemplatesInfo
- type TopicCategory
- type UpdateApplicationRequest
- type UpdateApplicationRequestXLanguage
- type UpdateApplicationRequestXLanguageEnum
- type UpdateApplicationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationBaseV3 ¶ added in v0.0.73
type ApplicationBaseV3 struct { Id *string `json:"id,omitempty"` Name string `json:"name"` Description *string `json:"description,omitempty"` RegionId string `json:"region_id"` RegionName string `json:"region_name"` ProjectId string `json:"project_id"` ProjectName string `json:"project_name"` Icon *string `json:"icon,omitempty"` }
func (ApplicationBaseV3) String ¶ added in v0.0.73
func (o ApplicationBaseV3) String() string
type ApplicationModifyInfo ¶ added in v0.0.73
type ApplicationModifyInfo struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` Icon *string `json:"icon,omitempty"` }
func (ApplicationModifyInfo) String ¶ added in v0.0.73
func (o ApplicationModifyInfo) String() string
type ApplicationV3 ¶ added in v0.0.73
type ApplicationV3 struct { Id *string `json:"id,omitempty"` Name string `json:"name"` Description *string `json:"description,omitempty"` RegionId string `json:"region_id"` RegionName string `json:"region_name"` ProjectId string `json:"project_id"` ProjectName string `json:"project_name"` Icon *string `json:"icon,omitempty"` PipelineCreationResult *[]PipelineCreationResult `json:"pipeline_creation_result,omitempty"` RepositoryCreationResult *RepositoryCreationResult `json:"repository_creation_result,omitempty"` EnvironmentCreationResult *[]string `json:"environment_creation_result,omitempty"` TemplateTypes *[]TemplateType `json:"template_types,omitempty"` TemplateDeployment *string `json:"template_deployment,omitempty"` DeployType *ApplicationV3DeployType `json:"deploy_type,omitempty"` CreatorName *string `json:"creator_name,omitempty"` CreatedAt *string `json:"created_at,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` Version *string `json:"version,omitempty"` }
应用详细信息
func (ApplicationV3) String ¶ added in v0.0.73
func (o ApplicationV3) String() string
type ApplicationV3DeployType ¶ added in v0.0.73
type ApplicationV3DeployType struct {
// contains filtered or unexported fields
}
func (ApplicationV3DeployType) MarshalJSON ¶ added in v0.0.73
func (c ApplicationV3DeployType) MarshalJSON() ([]byte, error)
func (*ApplicationV3DeployType) UnmarshalJSON ¶ added in v0.0.73
func (c *ApplicationV3DeployType) UnmarshalJSON(b []byte) error
type ApplicationV3DeployTypeEnum ¶ added in v0.0.73
type ApplicationV3DeployTypeEnum struct { FUNCTION ApplicationV3DeployType CCI ApplicationV3DeployType SERVICE_STAGE_JAR ApplicationV3DeployType SERVICE_STAGE_DOCKER ApplicationV3DeployType }
func GetApplicationV3DeployTypeEnum ¶ added in v0.0.73
func GetApplicationV3DeployTypeEnum() ApplicationV3DeployTypeEnum
type CheckRepositoryDuplicateNameRequest ¶ added in v0.0.73
type CheckRepositoryDuplicateNameRequest struct { XLanguage *string `json:"X-Language,omitempty"` ProjectId string `json:"project_id"` Name string `json:"name"` RegionId string `json:"region_id"` }
Request Object
func (CheckRepositoryDuplicateNameRequest) String ¶ added in v0.0.73
func (o CheckRepositoryDuplicateNameRequest) String() string
type CheckRepositoryDuplicateNameResponse ¶ added in v0.0.73
type CheckRepositoryDuplicateNameResponse struct { Result *bool `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CheckRepositoryDuplicateNameResponse) String ¶ added in v0.0.73
func (o CheckRepositoryDuplicateNameResponse) String() string
type CodehubJobInfo ¶
type CodehubJobInfo struct { ApplicationName string `json:"application_name"` Privately *bool `json:"privately,omitempty"` ShortId *string `json:"short_id,omitempty"` CodeUrl string `json:"code_url"` RegionId string `json:"region_id"` RepoType int32 `json:"repo_type"` Properties map[string]string `json:"properties,omitempty"` RepoInfo *RepositoryInfo `json:"repo_info,omitempty"` }
func (CodehubJobInfo) String ¶
func (o CodehubJobInfo) String() string
type CreateDeploymentJobsParams ¶ added in v0.0.73
type CreateDeploymentJobsParams struct {
Function *FgsDeploymentJobsParam `json:"function,omitempty"`
}
func (CreateDeploymentJobsParams) String ¶ added in v0.0.73
func (o CreateDeploymentJobsParams) String() string
type CreateDeploymentJobsRequest ¶ added in v0.0.73
type CreateDeploymentJobsRequest struct { XLanguage *CreateDeploymentJobsRequestXLanguage `json:"X-Language,omitempty"` ApplicationId string `json:"application_id"` EnvironmentTag string `json:"environment_tag"` Body *CreateDeploymentJobsParams `json:"body,omitempty"` }
Request Object
func (CreateDeploymentJobsRequest) String ¶ added in v0.0.73
func (o CreateDeploymentJobsRequest) String() string
type CreateDeploymentJobsRequestXLanguage ¶ added in v0.0.73
type CreateDeploymentJobsRequestXLanguage struct {
// contains filtered or unexported fields
}
func (CreateDeploymentJobsRequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c CreateDeploymentJobsRequestXLanguage) MarshalJSON() ([]byte, error)
func (*CreateDeploymentJobsRequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *CreateDeploymentJobsRequestXLanguage) UnmarshalJSON(b []byte) error
type CreateDeploymentJobsRequestXLanguageEnum ¶ added in v0.0.73
type CreateDeploymentJobsRequestXLanguageEnum struct { ZH_CN CreateDeploymentJobsRequestXLanguage EN_US CreateDeploymentJobsRequestXLanguage }
func GetCreateDeploymentJobsRequestXLanguageEnum ¶ added in v0.0.73
func GetCreateDeploymentJobsRequestXLanguageEnum() CreateDeploymentJobsRequestXLanguageEnum
type CreateDeploymentJobsResponse ¶ added in v0.0.73
type CreateDeploymentJobsResponse struct { Id *int32 `json:"id,omitempty"` JobId *string `json:"job_id,omitempty"` Status *int32 `json:"status,omitempty"` Address *string `json:"address,omitempty"` DeployParameters *string `json:"deploy_parameters,omitempty"` Time *int32 `json:"time,omitempty"` CreatorName *string `json:"creator_name,omitempty"` CreatedTime *string `json:"created_time,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateDeploymentJobsResponse) String ¶ added in v0.0.73
func (o CreateDeploymentJobsResponse) String() string
type CreateTemplateViewHistoriesRequest ¶
type CreateTemplateViewHistoriesRequest struct { XLanguage *CreateTemplateViewHistoriesRequestXLanguage `json:"X-Language,omitempty"` Body *TemplatesInfo `json:"body,omitempty"` }
Request Object
func (CreateTemplateViewHistoriesRequest) String ¶
func (o CreateTemplateViewHistoriesRequest) String() string
type CreateTemplateViewHistoriesRequestXLanguage ¶
type CreateTemplateViewHistoriesRequestXLanguage struct {
// contains filtered or unexported fields
}
func (CreateTemplateViewHistoriesRequestXLanguage) MarshalJSON ¶
func (c CreateTemplateViewHistoriesRequestXLanguage) MarshalJSON() ([]byte, error)
func (*CreateTemplateViewHistoriesRequestXLanguage) UnmarshalJSON ¶
func (c *CreateTemplateViewHistoriesRequestXLanguage) UnmarshalJSON(b []byte) error
type CreateTemplateViewHistoriesRequestXLanguageEnum ¶
type CreateTemplateViewHistoriesRequestXLanguageEnum struct { ZH_CN CreateTemplateViewHistoriesRequestXLanguage EN_US CreateTemplateViewHistoriesRequestXLanguage }
func GetCreateTemplateViewHistoriesRequestXLanguageEnum ¶
func GetCreateTemplateViewHistoriesRequestXLanguageEnum() CreateTemplateViewHistoriesRequestXLanguageEnum
type CreateTemplateViewHistoriesResponse ¶
type CreateTemplateViewHistoriesResponse struct { Templates *[]TemplateViewHistory `json:"templates,omitempty"` Count *int32 `json:"count,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateTemplateViewHistoriesResponse) String ¶
func (o CreateTemplateViewHistoriesResponse) String() string
type DeleteApplicationV4Request ¶ added in v0.0.73
type DeleteApplicationV4Request struct { ApplicationId string `json:"application_id"` IsDeleteRepository *bool `json:"is_delete_repository,omitempty"` PipelineIds *string `json:"pipeline_ids,omitempty"` }
Request Object
func (DeleteApplicationV4Request) String ¶ added in v0.0.73
func (o DeleteApplicationV4Request) String() string
type DeleteApplicationV4Response ¶ added in v0.0.73
type DeleteApplicationV4Response struct {
HttpStatusCode int `json:"-"`
}
Response Object
func (DeleteApplicationV4Response) String ¶ added in v0.0.73
func (o DeleteApplicationV4Response) String() string
type Dependent ¶ added in v0.0.73
type Dependent struct { Name *string `json:"name,omitempty"` DependentServices *[]ResouceInfo `json:"dependent_services,omitempty"` }
type DownloadApplicationCodeRequest ¶
type DownloadApplicationCodeRequest struct { XLanguage *DownloadApplicationCodeRequestXLanguage `json:"X-Language,omitempty"` JobId string `json:"job_id"` }
Request Object
func (DownloadApplicationCodeRequest) String ¶
func (o DownloadApplicationCodeRequest) String() string
type DownloadApplicationCodeRequestXLanguage ¶
type DownloadApplicationCodeRequestXLanguage struct {
// contains filtered or unexported fields
}
func (DownloadApplicationCodeRequestXLanguage) MarshalJSON ¶
func (c DownloadApplicationCodeRequestXLanguage) MarshalJSON() ([]byte, error)
func (*DownloadApplicationCodeRequestXLanguage) UnmarshalJSON ¶
func (c *DownloadApplicationCodeRequestXLanguage) UnmarshalJSON(b []byte) error
type DownloadApplicationCodeRequestXLanguageEnum ¶
type DownloadApplicationCodeRequestXLanguageEnum struct { ZH_CN DownloadApplicationCodeRequestXLanguage EN_US DownloadApplicationCodeRequestXLanguage }
func GetDownloadApplicationCodeRequestXLanguageEnum ¶
func GetDownloadApplicationCodeRequestXLanguageEnum() DownloadApplicationCodeRequestXLanguageEnum
type DownloadApplicationCodeResponse ¶
type DownloadApplicationCodeResponse struct { HttpStatusCode int `json:"-"` Body io.ReadCloser `json:"-" type:"stream"` }
Response Object
func (DownloadApplicationCodeResponse) Consume ¶
func (o DownloadApplicationCodeResponse) Consume(writer io.Writer) (int64, error)
func (DownloadApplicationCodeResponse) String ¶
func (o DownloadApplicationCodeResponse) String() string
type FgsDeploymentJobsParam ¶ added in v0.0.73
type FgsDeploymentJobsParam struct { FileId *string `json:"file_id,omitempty"` Handler *string `json:"handler,omitempty"` }
func (FgsDeploymentJobsParam) String ¶ added in v0.0.73
func (o FgsDeploymentJobsParam) String() string
type FileTreeNode ¶
type FileTreeNode struct { FilePath *string `json:"file_path,omitempty"` FileName *string `json:"file_name,omitempty"` FileType *string `json:"file_type,omitempty"` }
func (FileTreeNode) String ¶
func (o FileTreeNode) String() string
type ListApplicationsV6Request ¶ added in v0.0.73
type ListApplicationsV6Request struct { XLanguage *ListApplicationsV6RequestXLanguage `json:"X-Language,omitempty"` Attention *bool `json:"attention,omitempty"` RegionId *string `json:"region_id,omitempty"` Keyword *string `json:"keyword,omitempty"` ProjectId *string `json:"project_id,omitempty"` TopicId *string `json:"topic_id,omitempty"` IsCreatedBySelf *bool `json:"is_created_by_self,omitempty"` SortKey *[]ListApplicationsV6RequestSortKey `json:"sort_key,omitempty"` SortDir *[]ListApplicationsV6RequestSortDir `json:"sort_dir,omitempty"` Limit *int32 `json:"limit,omitempty"` Offset *int32 `json:"offset,omitempty"` }
Request Object
func (ListApplicationsV6Request) String ¶ added in v0.0.73
func (o ListApplicationsV6Request) String() string
type ListApplicationsV6RequestSortDir ¶ added in v0.0.73
type ListApplicationsV6RequestSortDir struct {
// contains filtered or unexported fields
}
func (ListApplicationsV6RequestSortDir) MarshalJSON ¶ added in v0.0.73
func (c ListApplicationsV6RequestSortDir) MarshalJSON() ([]byte, error)
func (*ListApplicationsV6RequestSortDir) UnmarshalJSON ¶ added in v0.0.73
func (c *ListApplicationsV6RequestSortDir) UnmarshalJSON(b []byte) error
type ListApplicationsV6RequestSortDirEnum ¶ added in v0.0.73
type ListApplicationsV6RequestSortDirEnum struct { DESC ListApplicationsV6RequestSortDir ASC ListApplicationsV6RequestSortDir }
func GetListApplicationsV6RequestSortDirEnum ¶ added in v0.0.73
func GetListApplicationsV6RequestSortDirEnum() ListApplicationsV6RequestSortDirEnum
type ListApplicationsV6RequestSortKey ¶ added in v0.0.73
type ListApplicationsV6RequestSortKey struct {
// contains filtered or unexported fields
}
func (ListApplicationsV6RequestSortKey) MarshalJSON ¶ added in v0.0.73
func (c ListApplicationsV6RequestSortKey) MarshalJSON() ([]byte, error)
func (*ListApplicationsV6RequestSortKey) UnmarshalJSON ¶ added in v0.0.73
func (c *ListApplicationsV6RequestSortKey) UnmarshalJSON(b []byte) error
type ListApplicationsV6RequestSortKeyEnum ¶ added in v0.0.73
type ListApplicationsV6RequestSortKeyEnum struct { NAME ListApplicationsV6RequestSortKey CREATED_AT ListApplicationsV6RequestSortKey UPDATED_AT ListApplicationsV6RequestSortKey }
func GetListApplicationsV6RequestSortKeyEnum ¶ added in v0.0.73
func GetListApplicationsV6RequestSortKeyEnum() ListApplicationsV6RequestSortKeyEnum
type ListApplicationsV6RequestXLanguage ¶ added in v0.0.73
type ListApplicationsV6RequestXLanguage struct {
// contains filtered or unexported fields
}
func (ListApplicationsV6RequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ListApplicationsV6RequestXLanguage) MarshalJSON() ([]byte, error)
func (*ListApplicationsV6RequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ListApplicationsV6RequestXLanguage) UnmarshalJSON(b []byte) error
type ListApplicationsV6RequestXLanguageEnum ¶ added in v0.0.73
type ListApplicationsV6RequestXLanguageEnum struct { ZH_CN ListApplicationsV6RequestXLanguage EN_US ListApplicationsV6RequestXLanguage }
func GetListApplicationsV6RequestXLanguageEnum ¶ added in v0.0.73
func GetListApplicationsV6RequestXLanguageEnum() ListApplicationsV6RequestXLanguageEnum
type ListApplicationsV6Response ¶ added in v0.0.73
type ListApplicationsV6Response struct { Applications *[]ApplicationV3 `json:"applications,omitempty"` Count *int32 `json:"count,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListApplicationsV6Response) String ¶ added in v0.0.73
func (o ListApplicationsV6Response) String() string
type ListPipelineTemplatesRequest ¶ added in v0.0.73
type ListPipelineTemplatesRequest struct { XLanguage *string `json:"X-Language,omitempty"` RegionId string `json:"region_id"` Offset *int32 `json:"offset,omitempty"` Limit *int32 `json:"limit,omitempty"` }
Request Object
func (ListPipelineTemplatesRequest) String ¶ added in v0.0.73
func (o ListPipelineTemplatesRequest) String() string
type ListPipelineTemplatesResponse ¶ added in v0.0.73
type ListPipelineTemplatesResponse struct { Templates *[]PipelineTemplate `json:"templates,omitempty"` Count *int32 `json:"count,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListPipelineTemplatesResponse) String ¶ added in v0.0.73
func (o ListPipelineTemplatesResponse) String() string
type ListProjectsV4Request ¶ added in v0.0.73
type ListProjectsV4Request struct { XLanguage *ListProjectsV4RequestXLanguage `json:"X-Language,omitempty"` Keyword *string `json:"keyword,omitempty"` Limit *int32 `json:"limit,omitempty"` Offset *int32 `json:"offset,omitempty"` }
Request Object
func (ListProjectsV4Request) String ¶ added in v0.0.73
func (o ListProjectsV4Request) String() string
type ListProjectsV4RequestXLanguage ¶ added in v0.0.73
type ListProjectsV4RequestXLanguage struct {
// contains filtered or unexported fields
}
func (ListProjectsV4RequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ListProjectsV4RequestXLanguage) MarshalJSON() ([]byte, error)
func (*ListProjectsV4RequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ListProjectsV4RequestXLanguage) UnmarshalJSON(b []byte) error
type ListProjectsV4RequestXLanguageEnum ¶ added in v0.0.73
type ListProjectsV4RequestXLanguageEnum struct { ZH_CN ListProjectsV4RequestXLanguage EN_US ListProjectsV4RequestXLanguage }
func GetListProjectsV4RequestXLanguageEnum ¶ added in v0.0.73
func GetListProjectsV4RequestXLanguageEnum() ListProjectsV4RequestXLanguageEnum
type ListProjectsV4Response ¶ added in v0.0.73
type ListProjectsV4Response struct { Projects *[]ProjectV3 `json:"projects,omitempty"` Count *int32 `json:"count,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListProjectsV4Response) String ¶ added in v0.0.73
func (o ListProjectsV4Response) String() string
type ListPublishedTemplatesRequest ¶
type ListPublishedTemplatesRequest struct { XLanguage *ListPublishedTemplatesRequestXLanguage `json:"X-Language,omitempty"` Keyword *string `json:"keyword,omitempty"` Offset *int32 `json:"offset,omitempty"` Limit *int32 `json:"limit,omitempty"` }
Request Object
func (ListPublishedTemplatesRequest) String ¶
func (o ListPublishedTemplatesRequest) String() string
type ListPublishedTemplatesRequestXLanguage ¶
type ListPublishedTemplatesRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ListPublishedTemplatesRequestXLanguage) MarshalJSON ¶
func (c ListPublishedTemplatesRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ListPublishedTemplatesRequestXLanguage) UnmarshalJSON ¶
func (c *ListPublishedTemplatesRequestXLanguage) UnmarshalJSON(b []byte) error
type ListPublishedTemplatesRequestXLanguageEnum ¶
type ListPublishedTemplatesRequestXLanguageEnum struct { ZH_CN ListPublishedTemplatesRequestXLanguage EN_US ListPublishedTemplatesRequestXLanguage }
func GetListPublishedTemplatesRequestXLanguageEnum ¶
func GetListPublishedTemplatesRequestXLanguageEnum() ListPublishedTemplatesRequestXLanguageEnum
type ListPublishedTemplatesResponse ¶
type ListPublishedTemplatesResponse struct { Count *int32 `json:"count,omitempty"` Templates *[]TemplateSimpleInfo `json:"templates,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListPublishedTemplatesResponse) String ¶
func (o ListPublishedTemplatesResponse) String() string
type ListTemplateViewHistoriesRequest ¶
type ListTemplateViewHistoriesRequest struct { XLanguage *ListTemplateViewHistoriesRequestXLanguage `json:"X-Language,omitempty"` PlatformSource ListTemplateViewHistoriesRequestPlatformSource `json:"platform_source"` }
Request Object
func (ListTemplateViewHistoriesRequest) String ¶
func (o ListTemplateViewHistoriesRequest) String() string
type ListTemplateViewHistoriesRequestPlatformSource ¶
type ListTemplateViewHistoriesRequestPlatformSource struct {
// contains filtered or unexported fields
}
func (ListTemplateViewHistoriesRequestPlatformSource) MarshalJSON ¶
func (c ListTemplateViewHistoriesRequestPlatformSource) MarshalJSON() ([]byte, error)
func (*ListTemplateViewHistoriesRequestPlatformSource) UnmarshalJSON ¶
func (c *ListTemplateViewHistoriesRequestPlatformSource) UnmarshalJSON(b []byte) error
type ListTemplateViewHistoriesRequestPlatformSourceEnum ¶
type ListTemplateViewHistoriesRequestPlatformSourceEnum struct { E_0 ListTemplateViewHistoriesRequestPlatformSource E_1 ListTemplateViewHistoriesRequestPlatformSource }
func GetListTemplateViewHistoriesRequestPlatformSourceEnum ¶
func GetListTemplateViewHistoriesRequestPlatformSourceEnum() ListTemplateViewHistoriesRequestPlatformSourceEnum
type ListTemplateViewHistoriesRequestXLanguage ¶
type ListTemplateViewHistoriesRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ListTemplateViewHistoriesRequestXLanguage) MarshalJSON ¶
func (c ListTemplateViewHistoriesRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ListTemplateViewHistoriesRequestXLanguage) UnmarshalJSON ¶
func (c *ListTemplateViewHistoriesRequestXLanguage) UnmarshalJSON(b []byte) error
type ListTemplateViewHistoriesRequestXLanguageEnum ¶
type ListTemplateViewHistoriesRequestXLanguageEnum struct { ZH_CN ListTemplateViewHistoriesRequestXLanguage EN_US ListTemplateViewHistoriesRequestXLanguage }
func GetListTemplateViewHistoriesRequestXLanguageEnum ¶
func GetListTemplateViewHistoriesRequestXLanguageEnum() ListTemplateViewHistoriesRequestXLanguageEnum
type ListTemplateViewHistoriesResponse ¶
type ListTemplateViewHistoriesResponse struct { Templates *[]TemplateViewHistory `json:"templates,omitempty"` Count *int32 `json:"count,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListTemplateViewHistoriesResponse) String ¶
func (o ListTemplateViewHistoriesResponse) String() string
type ListTemplatesV2Request ¶
type ListTemplatesV2Request struct { XLanguage *ListTemplatesV2RequestXLanguage `json:"X-Language,omitempty"` ActionId string `json:"action_id"` Body *TemplateQueryV2 `json:"body,omitempty"` }
Request Object
func (ListTemplatesV2Request) String ¶
func (o ListTemplatesV2Request) String() string
type ListTemplatesV2RequestXLanguage ¶
type ListTemplatesV2RequestXLanguage struct {
// contains filtered or unexported fields
}
func (ListTemplatesV2RequestXLanguage) MarshalJSON ¶
func (c ListTemplatesV2RequestXLanguage) MarshalJSON() ([]byte, error)
func (*ListTemplatesV2RequestXLanguage) UnmarshalJSON ¶
func (c *ListTemplatesV2RequestXLanguage) UnmarshalJSON(b []byte) error
type ListTemplatesV2RequestXLanguageEnum ¶
type ListTemplatesV2RequestXLanguageEnum struct { ZH_CN ListTemplatesV2RequestXLanguage EN_US ListTemplatesV2RequestXLanguage }
func GetListTemplatesV2RequestXLanguageEnum ¶
func GetListTemplatesV2RequestXLanguageEnum() ListTemplatesV2RequestXLanguageEnum
type ListTemplatesV2Response ¶
type ListTemplatesV2Response struct { Count *int32 `json:"count,omitempty"` InvalidCount *int32 `json:"invalid_count,omitempty"` Templates *[]TemplateInfo `json:"templates,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListTemplatesV2Response) String ¶
func (o ListTemplatesV2Response) String() string
type PipelineBasic ¶ added in v0.0.73
type PipelineBasic struct { Uuid *string `json:"uuid,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Url *string `json:"url,omitempty"` LastRunningStatus *PipelineBasicLastRunningStatus `json:"last_running_status,omitempty"` }
流水线资源信息
func (PipelineBasic) String ¶ added in v0.0.73
func (o PipelineBasic) String() string
type PipelineBasicLastRunningStatus ¶ added in v0.0.73
type PipelineBasicLastRunningStatus struct {
// contains filtered or unexported fields
}
func (PipelineBasicLastRunningStatus) MarshalJSON ¶ added in v0.0.73
func (c PipelineBasicLastRunningStatus) MarshalJSON() ([]byte, error)
func (*PipelineBasicLastRunningStatus) UnmarshalJSON ¶ added in v0.0.73
func (c *PipelineBasicLastRunningStatus) UnmarshalJSON(b []byte) error
type PipelineBasicLastRunningStatusEnum ¶ added in v0.0.73
type PipelineBasicLastRunningStatusEnum struct { SUCCESS PipelineBasicLastRunningStatus FAILED PipelineBasicLastRunningStatus RUNNING PipelineBasicLastRunningStatus }
func GetPipelineBasicLastRunningStatusEnum ¶ added in v0.0.73
func GetPipelineBasicLastRunningStatusEnum() PipelineBasicLastRunningStatusEnum
type PipelineCreationResult ¶ added in v0.0.73
type PipelineCreationResult struct { Pipeline *PipelineBasic `json:"pipeline,omitempty"` TaskId *string `json:"task_id,omitempty"` Status *PipelineCreationResultStatus `json:"status,omitempty"` FailureReason *string `json:"failure_reason,omitempty"` }
流水线资源信息
func (PipelineCreationResult) String ¶ added in v0.0.73
func (o PipelineCreationResult) String() string
type PipelineCreationResultStatus ¶ added in v0.0.73
type PipelineCreationResultStatus struct {
// contains filtered or unexported fields
}
func (PipelineCreationResultStatus) MarshalJSON ¶ added in v0.0.73
func (c PipelineCreationResultStatus) MarshalJSON() ([]byte, error)
func (*PipelineCreationResultStatus) UnmarshalJSON ¶ added in v0.0.73
func (c *PipelineCreationResultStatus) UnmarshalJSON(b []byte) error
type PipelineCreationResultStatusEnum ¶ added in v0.0.73
type PipelineCreationResultStatusEnum struct { SUCCESS PipelineCreationResultStatus FAILED PipelineCreationResultStatus CREATING PipelineCreationResultStatus CANCEL PipelineCreationResultStatus PENDING PipelineCreationResultStatus }
func GetPipelineCreationResultStatusEnum ¶ added in v0.0.73
func GetPipelineCreationResultStatusEnum() PipelineCreationResultStatusEnum
type PipelineDeleteStatus ¶ added in v0.0.73
type PipelineDeleteStatus struct { Name *string `json:"name,omitempty"` Status *PipelineDeleteStatusStatus `json:"status,omitempty"` }
func (PipelineDeleteStatus) String ¶ added in v0.0.73
func (o PipelineDeleteStatus) String() string
type PipelineDeleteStatusStatus ¶ added in v0.0.73
type PipelineDeleteStatusStatus struct {
// contains filtered or unexported fields
}
func (PipelineDeleteStatusStatus) MarshalJSON ¶ added in v0.0.73
func (c PipelineDeleteStatusStatus) MarshalJSON() ([]byte, error)
func (*PipelineDeleteStatusStatus) UnmarshalJSON ¶ added in v0.0.73
func (c *PipelineDeleteStatusStatus) UnmarshalJSON(b []byte) error
type PipelineDeleteStatusStatusEnum ¶ added in v0.0.73
type PipelineDeleteStatusStatusEnum struct { DELETED PipelineDeleteStatusStatus FAILED PipelineDeleteStatusStatus GOING PipelineDeleteStatusStatus }
func GetPipelineDeleteStatusStatusEnum ¶ added in v0.0.73
func GetPipelineDeleteStatusStatusEnum() PipelineDeleteStatusStatusEnum
type PipelineStageResp ¶ added in v0.0.73
type PipelineStageResp struct { DisplayName *string `json:"display_name,omitempty"` Status *string `json:"status,omitempty"` Result *string `json:"result,omitempty"` }
func (PipelineStageResp) String ¶ added in v0.0.73
func (o PipelineStageResp) String() string
type PipelineTemplate ¶ added in v0.0.73
type PipelineTemplate struct { Name *string `json:"name,omitempty"` Id *string `json:"id,omitempty"` Description *string `json:"description,omitempty"` RegionId *string `json:"region_id,omitempty"` Url *string `json:"url,omitempty"` }
func (PipelineTemplate) String ¶ added in v0.0.73
func (o PipelineTemplate) String() string
type PipelineTemplateInfo ¶
type PipelineTemplateInfo struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Detail *string `json:"detail,omitempty"` }
func (PipelineTemplateInfo) String ¶
func (o PipelineTemplateInfo) String() string
type ProjectV3 ¶ added in v0.0.73
type Reference ¶
type ReleaseRepository ¶ added in v0.0.73
type ReleaseRepository struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` DownloadPath *string `json:"download_path,omitempty"` Size *string `json:"size,omitempty"` FileType *string `json:"file_type,omitempty"` Created *string `json:"created,omitempty"` Updated *string `json:"updated,omitempty"` }
func (ReleaseRepository) String ¶ added in v0.0.73
func (o ReleaseRepository) String() string
type RepositoryBasicInfo ¶ added in v0.0.73
type RepositoryBasicInfo struct { Uuid *string `json:"uuid,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` HttpsUrl *string `json:"https_url,omitempty"` SshUrl *string `json:"ssh_url,omitempty"` WebUrl *string `json:"web_url,omitempty"` }
func (RepositoryBasicInfo) String ¶ added in v0.0.73
func (o RepositoryBasicInfo) String() string
type RepositoryCreationResult ¶ added in v0.0.73
type RepositoryCreationResult struct { Repository *RepositoryBasicInfo `json:"repository,omitempty"` TaskId *string `json:"task_id,omitempty"` Status *RepositoryCreationResultStatus `json:"status,omitempty"` FailureReason *string `json:"failure_reason,omitempty"` }
仓库信息
func (RepositoryCreationResult) String ¶ added in v0.0.73
func (o RepositoryCreationResult) String() string
type RepositoryCreationResultStatus ¶ added in v0.0.73
type RepositoryCreationResultStatus struct {
// contains filtered or unexported fields
}
func (RepositoryCreationResultStatus) MarshalJSON ¶ added in v0.0.73
func (c RepositoryCreationResultStatus) MarshalJSON() ([]byte, error)
func (*RepositoryCreationResultStatus) UnmarshalJSON ¶ added in v0.0.73
func (c *RepositoryCreationResultStatus) UnmarshalJSON(b []byte) error
type RepositoryCreationResultStatusEnum ¶ added in v0.0.73
type RepositoryCreationResultStatusEnum struct { SUCCESS RepositoryCreationResultStatus FAILED RepositoryCreationResultStatus CREATING RepositoryCreationResultStatus }
func GetRepositoryCreationResultStatusEnum ¶ added in v0.0.73
func GetRepositoryCreationResultStatusEnum() RepositoryCreationResultStatusEnum
type RepositoryInfo ¶
type RepositoryInfo struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` ProjectId *string `json:"project_id,omitempty"` RegionId *string `json:"region_id,omitempty"` Gitignore *string `json:"gitignore,omitempty"` MemberPermission *int32 `json:"member_permission,omitempty"` ReadmePermission *int32 `json:"readme_permission,omitempty"` VisibilityLevel *int32 `json:"visibility_level,omitempty"` LicenseId *int32 `json:"license_id,omitempty"` }
func (RepositoryInfo) String ¶
func (o RepositoryInfo) String() string
type ResouceInfo ¶ added in v0.0.73
type ResouceInfo struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` HomeLink *string `json:"home_link,omitempty"` SubscribeLink *string `json:"subscribe_link,omitempty"` Type *string `json:"type,omitempty"` ReferencePrice *string `json:"reference_price,omitempty"` PriceDetailsLink *string `json:"price_details_link,omitempty"` Specifications *interface{} `json:"specifications,omitempty"` }
func (ResouceInfo) String ¶ added in v0.0.73
func (o ResouceInfo) String() string
type RunCodehubTemplateJobRequest ¶
type RunCodehubTemplateJobRequest struct { XLanguage *RunCodehubTemplateJobRequestXLanguage `json:"X-Language,omitempty"` Body *CodehubJobInfo `json:"body,omitempty"` }
Request Object
func (RunCodehubTemplateJobRequest) String ¶
func (o RunCodehubTemplateJobRequest) String() string
type RunCodehubTemplateJobRequestXLanguage ¶
type RunCodehubTemplateJobRequestXLanguage struct {
// contains filtered or unexported fields
}
func (RunCodehubTemplateJobRequestXLanguage) MarshalJSON ¶
func (c RunCodehubTemplateJobRequestXLanguage) MarshalJSON() ([]byte, error)
func (*RunCodehubTemplateJobRequestXLanguage) UnmarshalJSON ¶
func (c *RunCodehubTemplateJobRequestXLanguage) UnmarshalJSON(b []byte) error
type RunCodehubTemplateJobRequestXLanguageEnum ¶
type RunCodehubTemplateJobRequestXLanguageEnum struct { ZH_CN RunCodehubTemplateJobRequestXLanguage EN_US RunCodehubTemplateJobRequestXLanguage }
func GetRunCodehubTemplateJobRequestXLanguageEnum ¶
func GetRunCodehubTemplateJobRequestXLanguageEnum() RunCodehubTemplateJobRequestXLanguageEnum
type RunCodehubTemplateJobResponse ¶
type RunCodehubTemplateJobResponse struct { JobId *string `json:"job_id,omitempty"` FileList *[]FileTreeNode `json:"file_list,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RunCodehubTemplateJobResponse) String ¶
func (o RunCodehubTemplateJobResponse) String() string
type RunDevstarTemplateJobRequest ¶
type RunDevstarTemplateJobRequest struct { XLanguage *RunDevstarTemplateJobRequestXLanguage `json:"X-Language,omitempty"` Body *TemplateJobInfo `json:"body,omitempty"` }
Request Object
func (RunDevstarTemplateJobRequest) String ¶
func (o RunDevstarTemplateJobRequest) String() string
type RunDevstarTemplateJobRequestXLanguage ¶
type RunDevstarTemplateJobRequestXLanguage struct {
// contains filtered or unexported fields
}
func (RunDevstarTemplateJobRequestXLanguage) MarshalJSON ¶
func (c RunDevstarTemplateJobRequestXLanguage) MarshalJSON() ([]byte, error)
func (*RunDevstarTemplateJobRequestXLanguage) UnmarshalJSON ¶
func (c *RunDevstarTemplateJobRequestXLanguage) UnmarshalJSON(b []byte) error
type RunDevstarTemplateJobRequestXLanguageEnum ¶
type RunDevstarTemplateJobRequestXLanguageEnum struct { ZH_CN RunDevstarTemplateJobRequestXLanguage EN_US RunDevstarTemplateJobRequestXLanguage }
func GetRunDevstarTemplateJobRequestXLanguageEnum ¶
func GetRunDevstarTemplateJobRequestXLanguageEnum() RunDevstarTemplateJobRequestXLanguageEnum
type RunDevstarTemplateJobResponse ¶
type RunDevstarTemplateJobResponse struct { JobId *string `json:"job_id,omitempty"` FileList *[]FileTreeNode `json:"file_list,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (RunDevstarTemplateJobResponse) String ¶
func (o RunDevstarTemplateJobResponse) String() string
type ShowApplicationDependentResourcesRequest ¶ added in v0.0.73
type ShowApplicationDependentResourcesRequest struct { XLanguage *ShowApplicationDependentResourcesRequestXLanguage `json:"X-Language,omitempty"` ApplicationId string `json:"application_id"` }
Request Object
func (ShowApplicationDependentResourcesRequest) String ¶ added in v0.0.73
func (o ShowApplicationDependentResourcesRequest) String() string
type ShowApplicationDependentResourcesRequestXLanguage ¶ added in v0.0.73
type ShowApplicationDependentResourcesRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowApplicationDependentResourcesRequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ShowApplicationDependentResourcesRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowApplicationDependentResourcesRequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowApplicationDependentResourcesRequestXLanguage) UnmarshalJSON(b []byte) error
type ShowApplicationDependentResourcesRequestXLanguageEnum ¶ added in v0.0.73
type ShowApplicationDependentResourcesRequestXLanguageEnum struct { ZH_CN ShowApplicationDependentResourcesRequestXLanguage EN_US ShowApplicationDependentResourcesRequestXLanguage }
func GetShowApplicationDependentResourcesRequestXLanguageEnum ¶ added in v0.0.73
func GetShowApplicationDependentResourcesRequestXLanguageEnum() ShowApplicationDependentResourcesRequestXLanguageEnum
type ShowApplicationDependentResourcesResponse ¶ added in v0.0.73
type ShowApplicationDependentResourcesResponse struct { DependentServices *[]ResouceInfo `json:"dependent_services,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowApplicationDependentResourcesResponse) String ¶ added in v0.0.73
func (o ShowApplicationDependentResourcesResponse) String() string
type ShowApplicationReleaseRepositoriesRequest ¶ added in v0.0.73
type ShowApplicationReleaseRepositoriesRequest struct { XLanguage *ShowApplicationReleaseRepositoriesRequestXLanguage `json:"X-Language,omitempty"` ApplicationId string `json:"application_id"` ParentId *string `json:"parent_id,omitempty"` Keyword *string `json:"keyword,omitempty"` Limit *int32 `json:"limit,omitempty"` Offset *int32 `json:"offset,omitempty"` }
Request Object
func (ShowApplicationReleaseRepositoriesRequest) String ¶ added in v0.0.73
func (o ShowApplicationReleaseRepositoriesRequest) String() string
type ShowApplicationReleaseRepositoriesRequestXLanguage ¶ added in v0.0.73
type ShowApplicationReleaseRepositoriesRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowApplicationReleaseRepositoriesRequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ShowApplicationReleaseRepositoriesRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowApplicationReleaseRepositoriesRequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowApplicationReleaseRepositoriesRequestXLanguage) UnmarshalJSON(b []byte) error
type ShowApplicationReleaseRepositoriesRequestXLanguageEnum ¶ added in v0.0.73
type ShowApplicationReleaseRepositoriesRequestXLanguageEnum struct { ZH_CN ShowApplicationReleaseRepositoriesRequestXLanguage EN_US ShowApplicationReleaseRepositoriesRequestXLanguage }
func GetShowApplicationReleaseRepositoriesRequestXLanguageEnum ¶ added in v0.0.73
func GetShowApplicationReleaseRepositoriesRequestXLanguageEnum() ShowApplicationReleaseRepositoriesRequestXLanguageEnum
type ShowApplicationReleaseRepositoriesResponse ¶ added in v0.0.73
type ShowApplicationReleaseRepositoriesResponse struct { ReleaseRepositories *[]ReleaseRepository `json:"release_repositories,omitempty"` Count *int32 `json:"count,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowApplicationReleaseRepositoriesResponse) String ¶ added in v0.0.73
func (o ShowApplicationReleaseRepositoriesResponse) String() string
type ShowApplicationResDeleteStatusRequest ¶ added in v0.0.73
type ShowApplicationResDeleteStatusRequest struct { XLanguage *ShowApplicationResDeleteStatusRequestXLanguage `json:"X-Language,omitempty"` ApplicationId string `json:"application_id"` }
Request Object
func (ShowApplicationResDeleteStatusRequest) String ¶ added in v0.0.73
func (o ShowApplicationResDeleteStatusRequest) String() string
type ShowApplicationResDeleteStatusRequestXLanguage ¶ added in v0.0.73
type ShowApplicationResDeleteStatusRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowApplicationResDeleteStatusRequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ShowApplicationResDeleteStatusRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowApplicationResDeleteStatusRequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowApplicationResDeleteStatusRequestXLanguage) UnmarshalJSON(b []byte) error
type ShowApplicationResDeleteStatusRequestXLanguageEnum ¶ added in v0.0.73
type ShowApplicationResDeleteStatusRequestXLanguageEnum struct { ZH_CN ShowApplicationResDeleteStatusRequestXLanguage EN_US ShowApplicationResDeleteStatusRequestXLanguage }
func GetShowApplicationResDeleteStatusRequestXLanguageEnum ¶ added in v0.0.73
func GetShowApplicationResDeleteStatusRequestXLanguageEnum() ShowApplicationResDeleteStatusRequestXLanguageEnum
type ShowApplicationResDeleteStatusResponse ¶ added in v0.0.73
type ShowApplicationResDeleteStatusResponse struct { RepoStatus *ShowApplicationResDeleteStatusResponseRepoStatus `json:"repo_status,omitempty"` PipelineStatus *[]PipelineDeleteStatus `json:"pipeline_status,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowApplicationResDeleteStatusResponse) String ¶ added in v0.0.73
func (o ShowApplicationResDeleteStatusResponse) String() string
type ShowApplicationResDeleteStatusResponseRepoStatus ¶ added in v0.0.73
type ShowApplicationResDeleteStatusResponseRepoStatus struct {
// contains filtered or unexported fields
}
func (ShowApplicationResDeleteStatusResponseRepoStatus) MarshalJSON ¶ added in v0.0.73
func (c ShowApplicationResDeleteStatusResponseRepoStatus) MarshalJSON() ([]byte, error)
func (*ShowApplicationResDeleteStatusResponseRepoStatus) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowApplicationResDeleteStatusResponseRepoStatus) UnmarshalJSON(b []byte) error
type ShowApplicationResDeleteStatusResponseRepoStatusEnum ¶ added in v0.0.73
type ShowApplicationResDeleteStatusResponseRepoStatusEnum struct { DELETED ShowApplicationResDeleteStatusResponseRepoStatus FAILED ShowApplicationResDeleteStatusResponseRepoStatus GOING ShowApplicationResDeleteStatusResponseRepoStatus }
func GetShowApplicationResDeleteStatusResponseRepoStatusEnum ¶ added in v0.0.73
func GetShowApplicationResDeleteStatusResponseRepoStatusEnum() ShowApplicationResDeleteStatusResponseRepoStatusEnum
type ShowApplicationV3Request ¶ added in v0.0.73
type ShowApplicationV3Request struct { XLanguage *ShowApplicationV3RequestXLanguage `json:"X-Language,omitempty"` ApplicationId string `json:"application_id"` }
Request Object
func (ShowApplicationV3Request) String ¶ added in v0.0.73
func (o ShowApplicationV3Request) String() string
type ShowApplicationV3RequestXLanguage ¶ added in v0.0.73
type ShowApplicationV3RequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowApplicationV3RequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ShowApplicationV3RequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowApplicationV3RequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowApplicationV3RequestXLanguage) UnmarshalJSON(b []byte) error
type ShowApplicationV3RequestXLanguageEnum ¶ added in v0.0.73
type ShowApplicationV3RequestXLanguageEnum struct { ZH_CN ShowApplicationV3RequestXLanguage EN_US ShowApplicationV3RequestXLanguage }
func GetShowApplicationV3RequestXLanguageEnum ¶ added in v0.0.73
func GetShowApplicationV3RequestXLanguageEnum() ShowApplicationV3RequestXLanguageEnum
type ShowApplicationV3Response ¶ added in v0.0.73
type ShowApplicationV3Response struct { Id *string `json:"id,omitempty"` Name string `json:"name"` Description *string `json:"description,omitempty"` RegionId string `json:"region_id"` RegionName string `json:"region_name"` ProjectId string `json:"project_id"` ProjectName string `json:"project_name"` Icon *string `json:"icon,omitempty"` PipelineCreationResult *[]PipelineCreationResult `json:"pipeline_creation_result,omitempty"` RepositoryCreationResult *RepositoryCreationResult `json:"repository_creation_result,omitempty"` EnvironmentCreationResult *[]string `json:"environment_creation_result,omitempty"` TemplateTypes *[]TemplateType `json:"template_types,omitempty"` TemplateDeployment *string `json:"template_deployment,omitempty"` DeployType *ShowApplicationV3ResponseDeployType `json:"deploy_type,omitempty"` CreatorName *string `json:"creator_name,omitempty"` CreatedAt *string `json:"created_at,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` Version *string `json:"version,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowApplicationV3Response) String ¶ added in v0.0.73
func (o ShowApplicationV3Response) String() string
type ShowApplicationV3ResponseDeployType ¶ added in v0.0.73
type ShowApplicationV3ResponseDeployType struct {
// contains filtered or unexported fields
}
func (ShowApplicationV3ResponseDeployType) MarshalJSON ¶ added in v0.0.73
func (c ShowApplicationV3ResponseDeployType) MarshalJSON() ([]byte, error)
func (*ShowApplicationV3ResponseDeployType) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowApplicationV3ResponseDeployType) UnmarshalJSON(b []byte) error
type ShowApplicationV3ResponseDeployTypeEnum ¶ added in v0.0.73
type ShowApplicationV3ResponseDeployTypeEnum struct { FUNCTION ShowApplicationV3ResponseDeployType CCI ShowApplicationV3ResponseDeployType SERVICE_STAGE_JAR ShowApplicationV3ResponseDeployType SERVICE_STAGE_DOCKER ShowApplicationV3ResponseDeployType }
func GetShowApplicationV3ResponseDeployTypeEnum ¶ added in v0.0.73
func GetShowApplicationV3ResponseDeployTypeEnum() ShowApplicationV3ResponseDeployTypeEnum
type ShowDeploymentJobsRequest ¶ added in v0.0.73
type ShowDeploymentJobsRequest struct { XLanguage *ShowDeploymentJobsRequestXLanguage `json:"X-Language,omitempty"` ApplicationId string `json:"application_id"` EnvironmentTag string `json:"environment_tag"` }
Request Object
func (ShowDeploymentJobsRequest) String ¶ added in v0.0.73
func (o ShowDeploymentJobsRequest) String() string
type ShowDeploymentJobsRequestXLanguage ¶ added in v0.0.73
type ShowDeploymentJobsRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowDeploymentJobsRequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ShowDeploymentJobsRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowDeploymentJobsRequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowDeploymentJobsRequestXLanguage) UnmarshalJSON(b []byte) error
type ShowDeploymentJobsRequestXLanguageEnum ¶ added in v0.0.73
type ShowDeploymentJobsRequestXLanguageEnum struct { ZH_CN ShowDeploymentJobsRequestXLanguage EN_US ShowDeploymentJobsRequestXLanguage }
func GetShowDeploymentJobsRequestXLanguageEnum ¶ added in v0.0.73
func GetShowDeploymentJobsRequestXLanguageEnum() ShowDeploymentJobsRequestXLanguageEnum
type ShowDeploymentJobsResponse ¶ added in v0.0.73
type ShowDeploymentJobsResponse struct { Id *int32 `json:"id,omitempty"` JobId *string `json:"job_id,omitempty"` Status *int32 `json:"status,omitempty"` Address *string `json:"address,omitempty"` DeployParameters *string `json:"deploy_parameters,omitempty"` Time *int32 `json:"time,omitempty"` CreatorName *string `json:"creator_name,omitempty"` CreatedTime *string `json:"created_time,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowDeploymentJobsResponse) String ¶ added in v0.0.73
func (o ShowDeploymentJobsResponse) String() string
type ShowJobDetailRequest ¶
type ShowJobDetailRequest struct { XLanguage *ShowJobDetailRequestXLanguage `json:"X-Language,omitempty"` JobId string `json:"job_id"` }
Request Object
func (ShowJobDetailRequest) String ¶
func (o ShowJobDetailRequest) String() string
type ShowJobDetailRequestXLanguage ¶
type ShowJobDetailRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowJobDetailRequestXLanguage) MarshalJSON ¶
func (c ShowJobDetailRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowJobDetailRequestXLanguage) UnmarshalJSON ¶
func (c *ShowJobDetailRequestXLanguage) UnmarshalJSON(b []byte) error
type ShowJobDetailRequestXLanguageEnum ¶
type ShowJobDetailRequestXLanguageEnum struct { ZH_CN ShowJobDetailRequestXLanguage EN_US ShowJobDetailRequestXLanguage }
func GetShowJobDetailRequestXLanguageEnum ¶
func GetShowJobDetailRequestXLanguageEnum() ShowJobDetailRequestXLanguageEnum
type ShowJobDetailResponse ¶
type ShowJobDetailResponse struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` JobStatus *interface{} `json:"job_status,omitempty"` JobResult *string `json:"job_result,omitempty"` ShowType *string `json:"show_type,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowJobDetailResponse) String ¶
func (o ShowJobDetailResponse) String() string
type ShowPipelineLastStatusV2Request ¶ added in v0.0.73
type ShowPipelineLastStatusV2Request struct { XLanguage *ShowPipelineLastStatusV2RequestXLanguage `json:"X-Language,omitempty"` PipelineId string `json:"pipeline_id"` }
Request Object
func (ShowPipelineLastStatusV2Request) String ¶ added in v0.0.73
func (o ShowPipelineLastStatusV2Request) String() string
type ShowPipelineLastStatusV2RequestXLanguage ¶ added in v0.0.73
type ShowPipelineLastStatusV2RequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowPipelineLastStatusV2RequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ShowPipelineLastStatusV2RequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowPipelineLastStatusV2RequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowPipelineLastStatusV2RequestXLanguage) UnmarshalJSON(b []byte) error
type ShowPipelineLastStatusV2RequestXLanguageEnum ¶ added in v0.0.73
type ShowPipelineLastStatusV2RequestXLanguageEnum struct { ZH_CN ShowPipelineLastStatusV2RequestXLanguage EN_US ShowPipelineLastStatusV2RequestXLanguage }
func GetShowPipelineLastStatusV2RequestXLanguageEnum ¶ added in v0.0.73
func GetShowPipelineLastStatusV2RequestXLanguageEnum() ShowPipelineLastStatusV2RequestXLanguageEnum
type ShowPipelineLastStatusV2Response ¶ added in v0.0.73
type ShowPipelineLastStatusV2Response struct { PipelineId *string `json:"pipeline_id,omitempty"` Name *string `json:"name,omitempty"` Status *string `json:"status,omitempty"` Result *string `json:"result,omitempty"` Executor *string `json:"executor,omitempty"` StartTime *string `json:"start_time,omitempty"` FinishTime *string `json:"finish_time,omitempty"` DetailUrl *string `json:"detail_url,omitempty"` ModifyUrl *string `json:"modify_url,omitempty"` BuildId *string `json:"build_id,omitempty"` Stages *[]PipelineStageResp `json:"stages,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowPipelineLastStatusV2Response) String ¶ added in v0.0.73
func (o ShowPipelineLastStatusV2Response) String() string
type ShowRepositoryStatisticalDataV2Request ¶ added in v0.0.73
type ShowRepositoryStatisticalDataV2Request struct { XLanguage *ShowRepositoryStatisticalDataV2RequestXLanguage `json:"X-Language,omitempty"` RepositoryId string `json:"repository_id"` }
Request Object
func (ShowRepositoryStatisticalDataV2Request) String ¶ added in v0.0.73
func (o ShowRepositoryStatisticalDataV2Request) String() string
type ShowRepositoryStatisticalDataV2RequestXLanguage ¶ added in v0.0.73
type ShowRepositoryStatisticalDataV2RequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowRepositoryStatisticalDataV2RequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c ShowRepositoryStatisticalDataV2RequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowRepositoryStatisticalDataV2RequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *ShowRepositoryStatisticalDataV2RequestXLanguage) UnmarshalJSON(b []byte) error
type ShowRepositoryStatisticalDataV2RequestXLanguageEnum ¶ added in v0.0.73
type ShowRepositoryStatisticalDataV2RequestXLanguageEnum struct { ZH_CN ShowRepositoryStatisticalDataV2RequestXLanguage EN_US ShowRepositoryStatisticalDataV2RequestXLanguage }
func GetShowRepositoryStatisticalDataV2RequestXLanguageEnum ¶ added in v0.0.73
func GetShowRepositoryStatisticalDataV2RequestXLanguageEnum() ShowRepositoryStatisticalDataV2RequestXLanguageEnum
type ShowRepositoryStatisticalDataV2Response ¶ added in v0.0.73
type ShowRepositoryStatisticalDataV2Response struct { Name *string `json:"name,omitempty"` CommitNumber *int32 `json:"commit_number,omitempty"` GitRepoCap *string `json:"git_repo_cap,omitempty"` LastCommitTime *string `json:"last_commit_time,omitempty"` CodeLines *int32 `json:"code_lines,omitempty"` BranchNumber *int32 `json:"branch_number,omitempty"` DetailUrl *string `json:"detail_url,omitempty"` DownloadUrl *string `json:"download_url,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowRepositoryStatisticalDataV2Response) String ¶ added in v0.0.73
func (o ShowRepositoryStatisticalDataV2Response) String() string
type ShowTemplateDetailRequest ¶
type ShowTemplateDetailRequest struct { XLanguage *ShowTemplateDetailRequestXLanguage `json:"X-Language,omitempty"` TemplateId string `json:"template_id"` }
Request Object
func (ShowTemplateDetailRequest) String ¶
func (o ShowTemplateDetailRequest) String() string
type ShowTemplateDetailRequestXLanguage ¶
type ShowTemplateDetailRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowTemplateDetailRequestXLanguage) MarshalJSON ¶
func (c ShowTemplateDetailRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowTemplateDetailRequestXLanguage) UnmarshalJSON ¶
func (c *ShowTemplateDetailRequestXLanguage) UnmarshalJSON(b []byte) error
type ShowTemplateDetailRequestXLanguageEnum ¶
type ShowTemplateDetailRequestXLanguageEnum struct { ZH_CN ShowTemplateDetailRequestXLanguage EN_US ShowTemplateDetailRequestXLanguage }
func GetShowTemplateDetailRequestXLanguageEnum ¶
func GetShowTemplateDetailRequestXLanguageEnum() ShowTemplateDetailRequestXLanguageEnum
type ShowTemplateDetailResponse ¶
type ShowTemplateDetailResponse struct { Id *string `json:"id,omitempty"` Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` RegionId *string `json:"region_id,omitempty"` RepostoryId *string `json:"repostory_id,omitempty"` CodeUrl *string `json:"code_url,omitempty"` SshUrl *string `json:"ssh_url,omitempty"` ProjectUuid *string `json:"project_uuid,omitempty"` Status *int32 `json:"status,omitempty"` Properties *[]interface{} `json:"properties,omitempty"` Dependencies *[]interface{} `json:"dependencies,omitempty"` DependencyType *string `json:"dependency_type,omitempty"` Deployment *interface{} `json:"deployment,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowTemplateDetailResponse) String ¶
func (o ShowTemplateDetailResponse) String() string
type ShowTemplateFileRequest ¶
type ShowTemplateFileRequest struct { XLanguage *ShowTemplateFileRequestXLanguage `json:"X-Language,omitempty"` TemplateId string `json:"template_id"` FilePath string `json:"file_path"` Type *ShowTemplateFileRequestType `json:"type,omitempty"` }
Request Object
func (ShowTemplateFileRequest) String ¶
func (o ShowTemplateFileRequest) String() string
type ShowTemplateFileRequestType ¶
type ShowTemplateFileRequestType struct {
// contains filtered or unexported fields
}
func (ShowTemplateFileRequestType) MarshalJSON ¶
func (c ShowTemplateFileRequestType) MarshalJSON() ([]byte, error)
func (*ShowTemplateFileRequestType) UnmarshalJSON ¶
func (c *ShowTemplateFileRequestType) UnmarshalJSON(b []byte) error
type ShowTemplateFileRequestTypeEnum ¶
type ShowTemplateFileRequestTypeEnum struct { SOURCE_PACKAGE ShowTemplateFileRequestType INTRODUCTION ShowTemplateFileRequestType }
func GetShowTemplateFileRequestTypeEnum ¶
func GetShowTemplateFileRequestTypeEnum() ShowTemplateFileRequestTypeEnum
type ShowTemplateFileRequestXLanguage ¶
type ShowTemplateFileRequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowTemplateFileRequestXLanguage) MarshalJSON ¶
func (c ShowTemplateFileRequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowTemplateFileRequestXLanguage) UnmarshalJSON ¶
func (c *ShowTemplateFileRequestXLanguage) UnmarshalJSON(b []byte) error
type ShowTemplateFileRequestXLanguageEnum ¶
type ShowTemplateFileRequestXLanguageEnum struct { ZH_CN ShowTemplateFileRequestXLanguage EN_US ShowTemplateFileRequestXLanguage }
func GetShowTemplateFileRequestXLanguageEnum ¶
func GetShowTemplateFileRequestXLanguageEnum() ShowTemplateFileRequestXLanguageEnum
type ShowTemplateFileResponse ¶
type ShowTemplateFileResponse struct { Content *string `json:"content,omitempty"` Encoding *string `json:"encoding,omitempty"` FileName *string `json:"file_name,omitempty"` FilePath *string `json:"file_path,omitempty"` FileType *string `json:"file_type,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowTemplateFileResponse) String ¶
func (o ShowTemplateFileResponse) String() string
type ShowTemplateV3Request ¶
type ShowTemplateV3Request struct { XLanguage *ShowTemplateV3RequestXLanguage `json:"X-Language,omitempty"` TemplateId string `json:"template_id"` }
Request Object
func (ShowTemplateV3Request) String ¶
func (o ShowTemplateV3Request) String() string
type ShowTemplateV3RequestXLanguage ¶
type ShowTemplateV3RequestXLanguage struct {
// contains filtered or unexported fields
}
func (ShowTemplateV3RequestXLanguage) MarshalJSON ¶
func (c ShowTemplateV3RequestXLanguage) MarshalJSON() ([]byte, error)
func (*ShowTemplateV3RequestXLanguage) UnmarshalJSON ¶
func (c *ShowTemplateV3RequestXLanguage) UnmarshalJSON(b []byte) error
type ShowTemplateV3RequestXLanguageEnum ¶
type ShowTemplateV3RequestXLanguageEnum struct { ZH_CN ShowTemplateV3RequestXLanguage EN_US ShowTemplateV3RequestXLanguage }
func GetShowTemplateV3RequestXLanguageEnum ¶
func GetShowTemplateV3RequestXLanguageEnum() ShowTemplateV3RequestXLanguageEnum
type ShowTemplateV3Response ¶
type ShowTemplateV3Response struct { Id *string `json:"id,omitempty"` Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` CreatorId *string `json:"creator_id,omitempty"` Creator *string `json:"creator,omitempty"` Nickname *string `json:"nickname,omitempty"` Score *int32 `json:"score,omitempty"` Status *int32 `json:"status,omitempty"` ViewCount *int32 `json:"view_count,omitempty"` UsageCount *int32 `json:"usage_count,omitempty"` CreatedAt *string `json:"created_at,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` PublishedAt *string `json:"published_at,omitempty"` FavoriteState *int32 `json:"favorite_state,omitempty"` Maintainers *[]string `json:"maintainers,omitempty"` PlatformSource *int32 `json:"platform_source,omitempty"` Properties *interface{} `json:"properties,omitempty"` Dependencies *[]interface{} `json:"dependencies,omitempty"` DependencyType *string `json:"dependency_type,omitempty"` Store *int32 `json:"store,omitempty"` StoreInfo *string `json:"store_info,omitempty"` FileSize *int32 `json:"file_size,omitempty"` Deployment *interface{} `json:"deployment,omitempty"` IsStatic *int32 `json:"is_static,omitempty"` UpdateId *string `json:"update_id,omitempty"` Topic *[]TopicCategory `json:"topic,omitempty"` Tags *[]TagInfo `json:"tags,omitempty"` Dependents *[]Dependent `json:"dependents,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowTemplateV3Response) String ¶
func (o ShowTemplateV3Response) String() string
type StartPipelineRequest ¶ added in v0.0.73
type StartPipelineRequest struct { XLanguage *StartPipelineRequestXLanguage `json:"X-Language,omitempty"` PipelineId string `json:"pipeline_id"` }
Request Object
func (StartPipelineRequest) String ¶ added in v0.0.73
func (o StartPipelineRequest) String() string
type StartPipelineRequestXLanguage ¶ added in v0.0.73
type StartPipelineRequestXLanguage struct {
// contains filtered or unexported fields
}
func (StartPipelineRequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c StartPipelineRequestXLanguage) MarshalJSON() ([]byte, error)
func (*StartPipelineRequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *StartPipelineRequestXLanguage) UnmarshalJSON(b []byte) error
type StartPipelineRequestXLanguageEnum ¶ added in v0.0.73
type StartPipelineRequestXLanguageEnum struct { ZH_CN StartPipelineRequestXLanguage EN_US StartPipelineRequestXLanguage }
func GetStartPipelineRequestXLanguageEnum ¶ added in v0.0.73
func GetStartPipelineRequestXLanguageEnum() StartPipelineRequestXLanguageEnum
type StartPipelineResponse ¶ added in v0.0.73
type StartPipelineResponse struct { Id *string `json:"id,omitempty"` Result *StartPipelineResponseResult `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (StartPipelineResponse) String ¶ added in v0.0.73
func (o StartPipelineResponse) String() string
type StartPipelineResponseResult ¶ added in v0.0.73
type StartPipelineResponseResult struct {
// contains filtered or unexported fields
}
func (StartPipelineResponseResult) MarshalJSON ¶ added in v0.0.73
func (c StartPipelineResponseResult) MarshalJSON() ([]byte, error)
func (*StartPipelineResponseResult) UnmarshalJSON ¶ added in v0.0.73
func (c *StartPipelineResponseResult) UnmarshalJSON(b []byte) error
type StartPipelineResponseResultEnum ¶ added in v0.0.73
type StartPipelineResponseResultEnum struct { SUCCESS StartPipelineResponseResult FAILED StartPipelineResponseResult }
func GetStartPipelineResponseResultEnum ¶ added in v0.0.73
func GetStartPipelineResponseResultEnum() StartPipelineResponseResultEnum
type TemplateInfo ¶
type TemplateInfo struct { Id *string `json:"id,omitempty"` Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` Productshorts *[]string `json:"productshorts,omitempty"` Products *[]TemplateProductExt `json:"products,omitempty"` Topic *[]TopicCategory `json:"topic,omitempty"` CreatorId *string `json:"creator_id,omitempty"` Creator *string `json:"creator,omitempty"` Nickname *string `json:"nickname,omitempty"` Score *int32 `json:"score,omitempty"` Label *string `json:"label,omitempty"` Store *int32 `json:"store,omitempty"` StoreInfo *string `json:"store_info,omitempty"` Status *int32 `json:"status,omitempty"` ViewCount *int32 `json:"view_count,omitempty"` UsageCount *int32 `json:"usage_count,omitempty"` CreatedAt *string `json:"created_at,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` PublishedAt *string `json:"published_at,omitempty"` FavoriteState *int32 `json:"favorite_state,omitempty"` Tags *[]TagInfo `json:"tags,omitempty"` Type *int32 `json:"type,omitempty"` IsStatic *int32 `json:"is_static,omitempty"` Maintainers *[]string `json:"maintainers,omitempty"` PipelineTemplate *PipelineTemplateInfo `json:"pipeline_template,omitempty"` PlatformSource *int32 `json:"platform_source,omitempty"` References *[]Reference `json:"references,omitempty"` Properties *interface{} `json:"properties,omitempty"` Dependencies *[]interface{} `json:"dependencies,omitempty"` DependencyType *string `json:"dependency_type,omitempty"` ForumId *int32 `json:"forum_id,omitempty"` FileSize *int32 `json:"file_size,omitempty"` Deployment *interface{} `json:"deployment,omitempty"` UpdateId *string `json:"update_id,omitempty"` IsSupportCloudide *bool `json:"is_support_cloudide,omitempty"` HasNotices *bool `json:"has_notices,omitempty"` Dependents *[]Dependent `json:"dependents,omitempty"` DependentServices *string `json:"dependent_services,omitempty"` }
func (TemplateInfo) String ¶
func (o TemplateInfo) String() string
type TemplateJobInfo ¶
type TemplateJobInfo struct { ApplicationName *string `json:"application_name,omitempty"` TemplateId string `json:"template_id"` ProjectName *string `json:"project_name,omitempty"` RepoType *int32 `json:"repo_type,omitempty"` Properties *interface{} `json:"properties,omitempty"` TemplateDependencies *[]string `json:"template_dependencies,omitempty"` RepoInfo *RepositoryInfo `json:"repo_info,omitempty"` }
func (TemplateJobInfo) String ¶
func (o TemplateJobInfo) String() string
type TemplateProductExt ¶
type TemplateProductExt struct { Id *string `json:"id,omitempty"` Productshort *string `json:"productshort,omitempty"` ProductName *string `json:"product_name,omitempty"` HomeLink *string `json:"home_link,omitempty"` ApiLink *string `json:"api_link,omitempty"` SdkLink *string `json:"sdk_link,omitempty"` DocLink *string `json:"doc_link,omitempty"` LogoLink *string `json:"logo_link,omitempty"` }
func (TemplateProductExt) String ¶
func (o TemplateProductExt) String() string
type TemplateQueryV2 ¶
type TemplateQueryV2 struct { Category *[]string `json:"category,omitempty"` Keyword *string `json:"keyword,omitempty"` SortBy *string `json:"sort_by,omitempty"` Label *string `json:"label,omitempty"` MyTemplates *bool `json:"my_templates,omitempty"` Status *int32 `json:"status,omitempty"` StatusArray *[]int32 `json:"status_array,omitempty"` HasNotices *bool `json:"has_notices,omitempty"` Productshorts *[]string `json:"productshorts,omitempty"` Offset *int32 `json:"offset,omitempty"` Limit *int32 `json:"limit,omitempty"` TagIds *[]string `json:"tag_ids,omitempty"` Types *[]int32 `json:"types,omitempty"` IsStatic *int32 `json:"is_static,omitempty"` PlatformSource *[]int32 `json:"platform_source,omitempty"` TagNames *[]string `json:"tag_names,omitempty"` }
func (TemplateQueryV2) String ¶
func (o TemplateQueryV2) String() string
type TemplateSimpleInfo ¶
type TemplateSimpleInfo struct { Id *string `json:"id,omitempty"` Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` }
func (TemplateSimpleInfo) String ¶
func (o TemplateSimpleInfo) String() string
type TemplateType ¶ added in v0.0.73
type TemplateType struct {
// contains filtered or unexported fields
}
func (TemplateType) MarshalJSON ¶ added in v0.0.73
func (c TemplateType) MarshalJSON() ([]byte, error)
func (*TemplateType) UnmarshalJSON ¶ added in v0.0.73
func (c *TemplateType) UnmarshalJSON(b []byte) error
type TemplateTypeEnum ¶ added in v0.0.73
type TemplateTypeEnum struct { MOBILE TemplateType MICROSERVICE TemplateType WEB TemplateType FUNCTION TemplateType IOT TemplateType AI TemplateType OTHERS TemplateType NONE TemplateType }
func GetTemplateTypeEnum ¶ added in v0.0.73
func GetTemplateTypeEnum() TemplateTypeEnum
type TemplateViewHistory ¶
type TemplateViewHistory struct { TemplateId string `json:"template_id"` TemplateTitle string `json:"template_title"` }
func (TemplateViewHistory) String ¶
func (o TemplateViewHistory) String() string
type TemplatesInfo ¶
type TemplatesInfo struct { TemplateIds []string `json:"template_ids"` PlatformSource int32 `json:"platform_source"` }
func (TemplatesInfo) String ¶
func (o TemplatesInfo) String() string
type TopicCategory ¶
type TopicCategory struct { TopicId *string `json:"topic_id,omitempty"` TopicName *string `json:"topic_name,omitempty"` CategoryId *string `json:"category_id,omitempty"` CategoryName *string `json:"category_name,omitempty"` }
func (TopicCategory) String ¶
func (o TopicCategory) String() string
type UpdateApplicationRequest ¶ added in v0.0.73
type UpdateApplicationRequest struct { XLanguage *UpdateApplicationRequestXLanguage `json:"X-Language,omitempty"` ApplicationId string `json:"application_id"` Body *ApplicationModifyInfo `json:"body,omitempty"` }
Request Object
func (UpdateApplicationRequest) String ¶ added in v0.0.73
func (o UpdateApplicationRequest) String() string
type UpdateApplicationRequestXLanguage ¶ added in v0.0.73
type UpdateApplicationRequestXLanguage struct {
// contains filtered or unexported fields
}
func (UpdateApplicationRequestXLanguage) MarshalJSON ¶ added in v0.0.73
func (c UpdateApplicationRequestXLanguage) MarshalJSON() ([]byte, error)
func (*UpdateApplicationRequestXLanguage) UnmarshalJSON ¶ added in v0.0.73
func (c *UpdateApplicationRequestXLanguage) UnmarshalJSON(b []byte) error
type UpdateApplicationRequestXLanguageEnum ¶ added in v0.0.73
type UpdateApplicationRequestXLanguageEnum struct { ZH_CN UpdateApplicationRequestXLanguage EN_US UpdateApplicationRequestXLanguage }
func GetUpdateApplicationRequestXLanguageEnum ¶ added in v0.0.73
func GetUpdateApplicationRequestXLanguageEnum() UpdateApplicationRequestXLanguageEnum
type UpdateApplicationResponse ¶ added in v0.0.73
type UpdateApplicationResponse struct {
HttpStatusCode int `json:"-"`
}
Response Object
func (UpdateApplicationResponse) String ¶ added in v0.0.73
func (o UpdateApplicationResponse) String() string
Source Files ¶
- model_application_base_v3.go
- model_application_modify_info.go
- model_application_v3.go
- model_check_repository_duplicate_name_request.go
- model_check_repository_duplicate_name_response.go
- model_codehub_job_info.go
- model_create_deployment_jobs_params.go
- model_create_deployment_jobs_request.go
- model_create_deployment_jobs_response.go
- model_create_template_view_histories_request.go
- model_create_template_view_histories_response.go
- model_delete_application_v4_request.go
- model_delete_application_v4_response.go
- model_dependent.go
- model_download_application_code_request.go
- model_download_application_code_response.go
- model_fgs_deployment_jobs_param.go
- model_file_tree_node.go
- model_list_applications_v6_request.go
- model_list_applications_v6_response.go
- model_list_pipeline_templates_request.go
- model_list_pipeline_templates_response.go
- model_list_projects_v4_request.go
- model_list_projects_v4_response.go
- model_list_published_templates_request.go
- model_list_published_templates_response.go
- model_list_template_view_histories_request.go
- model_list_template_view_histories_response.go
- model_list_templates_v2_request.go
- model_list_templates_v2_response.go
- model_pipeline_basic.go
- model_pipeline_creation_result.go
- model_pipeline_delete_status.go
- model_pipeline_stage_resp.go
- model_pipeline_template.go
- model_pipeline_template_info.go
- model_project_v3.go
- model_reference.go
- model_release_repository.go
- model_repository_basic_info.go
- model_repository_creation_result.go
- model_repository_info.go
- model_resouce_info.go
- model_run_codehub_template_job_request.go
- model_run_codehub_template_job_response.go
- model_run_devstar_template_job_request.go
- model_run_devstar_template_job_response.go
- model_show_application_dependent_resources_request.go
- model_show_application_dependent_resources_response.go
- model_show_application_release_repositories_request.go
- model_show_application_release_repositories_response.go
- model_show_application_res_delete_status_request.go
- model_show_application_res_delete_status_response.go
- model_show_application_v3_request.go
- model_show_application_v3_response.go
- model_show_deployment_jobs_request.go
- model_show_deployment_jobs_response.go
- model_show_job_detail_request.go
- model_show_job_detail_response.go
- model_show_pipeline_last_status_v2_request.go
- model_show_pipeline_last_status_v2_response.go
- model_show_repository_statistical_data_v2_request.go
- model_show_repository_statistical_data_v2_response.go
- model_show_template_detail_request.go
- model_show_template_detail_response.go
- model_show_template_file_request.go
- model_show_template_file_response.go
- model_show_template_v3_request.go
- model_show_template_v3_response.go
- model_start_pipeline_request.go
- model_start_pipeline_response.go
- model_tag_info.go
- model_template_info.go
- model_template_job_info.go
- model_template_product_ext.go
- model_template_query_v2.go
- model_template_simple_info.go
- model_template_type.go
- model_template_view_history.go
- model_templates_info.go
- model_topic_category.go
- model_update_application_request.go
- model_update_application_response.go