Documentation ¶
Index ¶
- func CloudArtifactClientBuilder() *http_client.HcHttpClientBuilder
- func GenReqDefForShowProjectReleaseFiles() *def.HttpRequestDef
- func GenReqDefForShowReleaseProjectFiles() *def.HttpRequestDef
- type CloudArtifactClient
- func (c *CloudArtifactClient) ShowProjectReleaseFiles(request *model.ShowProjectReleaseFilesRequest) (*model.ShowProjectReleaseFilesResponse, error)
- func (c *CloudArtifactClient) ShowProjectReleaseFilesInvoker(request *model.ShowProjectReleaseFilesRequest) *ShowProjectReleaseFilesInvoker
- func (c *CloudArtifactClient) ShowReleaseProjectFiles(request *model.ShowReleaseProjectFilesRequest) (*model.ShowReleaseProjectFilesResponse, error)
- func (c *CloudArtifactClient) ShowReleaseProjectFilesInvoker(request *model.ShowReleaseProjectFilesRequest) *ShowReleaseProjectFilesInvoker
- type ShowProjectReleaseFilesInvoker
- type ShowReleaseProjectFilesInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudArtifactClientBuilder ¶
func CloudArtifactClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForShowProjectReleaseFiles ¶ added in v0.1.11
func GenReqDefForShowProjectReleaseFiles() *def.HttpRequestDef
func GenReqDefForShowReleaseProjectFiles ¶
func GenReqDefForShowReleaseProjectFiles() *def.HttpRequestDef
Types ¶
type CloudArtifactClient ¶
type CloudArtifactClient struct {
HcClient *http_client.HcHttpClient
}
func NewCloudArtifactClient ¶
func NewCloudArtifactClient(hcClient *http_client.HcHttpClient) *CloudArtifactClient
func (*CloudArtifactClient) ShowProjectReleaseFiles ¶ added in v0.1.11
func (c *CloudArtifactClient) ShowProjectReleaseFiles(request *model.ShowProjectReleaseFilesRequest) (*model.ShowProjectReleaseFilesResponse, error)
ShowProjectReleaseFiles 获取项目下文件版本信息列表
获取项目下文件版本信息列表
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*CloudArtifactClient) ShowProjectReleaseFilesInvoker ¶ added in v0.1.11
func (c *CloudArtifactClient) ShowProjectReleaseFilesInvoker(request *model.ShowProjectReleaseFilesRequest) *ShowProjectReleaseFilesInvoker
ShowProjectReleaseFilesInvoker 获取项目下文件版本信息列表
func (*CloudArtifactClient) ShowReleaseProjectFiles ¶
func (c *CloudArtifactClient) ShowReleaseProjectFiles(request *model.ShowReleaseProjectFilesRequest) (*model.ShowReleaseProjectFilesResponse, error)
ShowReleaseProjectFiles 获取项目下文件版本信息列表
获取项目下文件版本信息列表
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*CloudArtifactClient) ShowReleaseProjectFilesInvoker ¶
func (c *CloudArtifactClient) ShowReleaseProjectFilesInvoker(request *model.ShowReleaseProjectFilesRequest) *ShowReleaseProjectFilesInvoker
ShowReleaseProjectFilesInvoker 获取项目下文件版本信息列表
type ShowProjectReleaseFilesInvoker ¶ added in v0.1.11
type ShowProjectReleaseFilesInvoker struct {
*invoker.BaseInvoker
}
func (*ShowProjectReleaseFilesInvoker) Invoke ¶ added in v0.1.11
func (i *ShowProjectReleaseFilesInvoker) Invoke() (*model.ShowProjectReleaseFilesResponse, error)
type ShowReleaseProjectFilesInvoker ¶
type ShowReleaseProjectFilesInvoker struct {
*invoker.BaseInvoker
}
func (*ShowReleaseProjectFilesInvoker) Invoke ¶
func (i *ShowReleaseProjectFilesInvoker) Invoke() (*model.ShowReleaseProjectFilesResponse, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.