v2

package
v0.1.50 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 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 GenReqDefForCreateApp

func GenReqDefForCreateApp() *def.HttpRequestDef

func GenReqDefForCreateSignature

func GenReqDefForCreateSignature() *def.HttpRequestDef

func GenReqDefForCreateTemplate

func GenReqDefForCreateTemplate() *def.HttpRequestDef

func GenReqDefForDeleteSignature

func GenReqDefForDeleteSignature() *def.HttpRequestDef

func GenReqDefForDeleteTemplate

func GenReqDefForDeleteTemplate() *def.HttpRequestDef

func GenReqDefForEnableSignature

func GenReqDefForEnableSignature() *def.HttpRequestDef

func GenReqDefForListAppDetails

func GenReqDefForListAppDetails() *def.HttpRequestDef

func GenReqDefForListSendCountryDetails

func GenReqDefForListSendCountryDetails() *def.HttpRequestDef

func GenReqDefForListSignatureDetails

func GenReqDefForListSignatureDetails() *def.HttpRequestDef

func GenReqDefForListTemplateDetails

func GenReqDefForListTemplateDetails() *def.HttpRequestDef

func GenReqDefForListTemplateVarilableDetails

func GenReqDefForListTemplateVarilableDetails() *def.HttpRequestDef

func GenReqDefForShowApp

func GenReqDefForShowApp() *def.HttpRequestDef

func GenReqDefForShowAppCount

func GenReqDefForShowAppCount() *def.HttpRequestDef

func GenReqDefForShowSignature

func GenReqDefForShowSignature() *def.HttpRequestDef

func GenReqDefForShowSignatureFile

func GenReqDefForShowSignatureFile() *def.HttpRequestDef

func GenReqDefForShowTemplate

func GenReqDefForShowTemplate() *def.HttpRequestDef

func GenReqDefForUpdateApp

func GenReqDefForUpdateApp() *def.HttpRequestDef

func GenReqDefForUpdateSignature

func GenReqDefForUpdateSignature() *def.HttpRequestDef

func GenReqDefForUpdateTemplate

func GenReqDefForUpdateTemplate() *def.HttpRequestDef

func GenReqDefForUploadSignatureFile

func GenReqDefForUploadSignatureFile() *def.HttpRequestDef

func MsgsmsClientBuilder

func MsgsmsClientBuilder() *http_client.HcHttpClientBuilder

Types

type CreateAppInvoker

type CreateAppInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateAppInvoker) Invoke

type CreateSignatureInvoker

type CreateSignatureInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateSignatureInvoker) Invoke

type CreateTemplateInvoker

type CreateTemplateInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateTemplateInvoker) Invoke

type DeleteSignatureInvoker

type DeleteSignatureInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteSignatureInvoker) Invoke

type DeleteTemplateInvoker

type DeleteTemplateInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteTemplateInvoker) Invoke

type EnableSignatureInvoker

type EnableSignatureInvoker struct {
	*invoker.BaseInvoker
}

func (*EnableSignatureInvoker) Invoke

type ListAppDetailsInvoker

type ListAppDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListAppDetailsInvoker) Invoke

type ListSendCountryDetailsInvoker

type ListSendCountryDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListSendCountryDetailsInvoker) Invoke

type ListSignatureDetailsInvoker

type ListSignatureDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListSignatureDetailsInvoker) Invoke

type ListTemplateDetailsInvoker

type ListTemplateDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTemplateDetailsInvoker) Invoke

type ListTemplateVarilableDetailsInvoker

type ListTemplateVarilableDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTemplateVarilableDetailsInvoker) Invoke

type MsgsmsClient

type MsgsmsClient struct {
	HcClient *http_client.HcHttpClient
}

func NewMsgsmsClient

func NewMsgsmsClient(hcClient *http_client.HcHttpClient) *MsgsmsClient

func (*MsgsmsClient) CreateApp

func (c *MsgsmsClient) CreateApp(request *model.CreateAppRequest) (*model.CreateAppResponse, error)

CreateApp 创建短信应用

该接口用于用户创建应用信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) CreateAppInvoker

func (c *MsgsmsClient) CreateAppInvoker(request *model.CreateAppRequest) *CreateAppInvoker

CreateAppInvoker 创建短信应用

func (*MsgsmsClient) CreateSignature

CreateSignature 创建短信签名

该接口用于用户创建签名。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) CreateSignatureInvoker

func (c *MsgsmsClient) CreateSignatureInvoker(request *model.CreateSignatureRequest) *CreateSignatureInvoker

CreateSignatureInvoker 创建短信签名

func (*MsgsmsClient) CreateTemplate

CreateTemplate 创建短信模板

该接口用于用户创建模板。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) CreateTemplateInvoker

func (c *MsgsmsClient) CreateTemplateInvoker(request *model.CreateTemplateRequest) *CreateTemplateInvoker

CreateTemplateInvoker 创建短信模板

func (*MsgsmsClient) DeleteSignature

DeleteSignature 删除短信签名

该接口用于用户删除已创建的签名信息息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) DeleteSignatureInvoker

func (c *MsgsmsClient) DeleteSignatureInvoker(request *model.DeleteSignatureRequest) *DeleteSignatureInvoker

DeleteSignatureInvoker 删除短信签名

func (*MsgsmsClient) DeleteTemplate

DeleteTemplate 删除短信模板

该接口用于用户删除已创建的模板信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) DeleteTemplateInvoker

func (c *MsgsmsClient) DeleteTemplateInvoker(request *model.DeleteTemplateRequest) *DeleteTemplateInvoker

DeleteTemplateInvoker 删除短信模板

func (*MsgsmsClient) EnableSignature

EnableSignature 申请激活签名

该接口用于用户申请激活签名信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) EnableSignatureInvoker

func (c *MsgsmsClient) EnableSignatureInvoker(request *model.EnableSignatureRequest) *EnableSignatureInvoker

EnableSignatureInvoker 申请激活签名

func (*MsgsmsClient) ListAppDetails

ListAppDetails 查询短信应用

该接口用于用户查询已创建的应用信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ListAppDetailsInvoker

func (c *MsgsmsClient) ListAppDetailsInvoker(request *model.ListAppDetailsRequest) *ListAppDetailsInvoker

ListAppDetailsInvoker 查询短信应用

func (*MsgsmsClient) ListSendCountryDetails

ListSendCountryDetails 查询发送国家

该接口用于用户查询短信发送的国家信息

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ListSendCountryDetailsInvoker

func (c *MsgsmsClient) ListSendCountryDetailsInvoker(request *model.ListSendCountryDetailsRequest) *ListSendCountryDetailsInvoker

ListSendCountryDetailsInvoker 查询发送国家

func (*MsgsmsClient) ListSignatureDetails

ListSignatureDetails 查询签名信息

该接口用于用户查询已创建的短信签名信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ListSignatureDetailsInvoker

func (c *MsgsmsClient) ListSignatureDetailsInvoker(request *model.ListSignatureDetailsRequest) *ListSignatureDetailsInvoker

ListSignatureDetailsInvoker 查询签名信息

func (*MsgsmsClient) ListTemplateDetails

ListTemplateDetails 查询短信模板

该接口用于用户查询已创建的模板信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ListTemplateDetailsInvoker

func (c *MsgsmsClient) ListTemplateDetailsInvoker(request *model.ListTemplateDetailsRequest) *ListTemplateDetailsInvoker

ListTemplateDetailsInvoker 查询短信模板

func (*MsgsmsClient) ListTemplateVarilableDetails

ListTemplateVarilableDetails 查询模板变量

该接口用于用户查询模板参数。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ListTemplateVarilableDetailsInvoker

func (c *MsgsmsClient) ListTemplateVarilableDetailsInvoker(request *model.ListTemplateVarilableDetailsRequest) *ListTemplateVarilableDetailsInvoker

ListTemplateVarilableDetailsInvoker 查询模板变量

func (*MsgsmsClient) ShowApp

func (c *MsgsmsClient) ShowApp(request *model.ShowAppRequest) (*model.ShowAppResponse, error)

ShowApp 获取应用详情

该接口用于用户查询应用详情信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ShowAppCount

func (c *MsgsmsClient) ShowAppCount(request *model.ShowAppCountRequest) (*model.ShowAppCountResponse, error)

ShowAppCount 查询应用数量

该接口用于用户查询应用使用的数量信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ShowAppCountInvoker

func (c *MsgsmsClient) ShowAppCountInvoker(request *model.ShowAppCountRequest) *ShowAppCountInvoker

ShowAppCountInvoker 查询应用数量

func (*MsgsmsClient) ShowAppInvoker

func (c *MsgsmsClient) ShowAppInvoker(request *model.ShowAppRequest) *ShowAppInvoker

ShowAppInvoker 获取应用详情

func (*MsgsmsClient) ShowSignature

ShowSignature 获取签名详情

该接口用于用户查询签名详情信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ShowSignatureFile

ShowSignatureFile 查询申请文件

该接口用于用户查询上传的文件信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ShowSignatureFileInvoker

func (c *MsgsmsClient) ShowSignatureFileInvoker(request *model.ShowSignatureFileRequest) *ShowSignatureFileInvoker

ShowSignatureFileInvoker 查询申请文件

func (*MsgsmsClient) ShowSignatureInvoker

func (c *MsgsmsClient) ShowSignatureInvoker(request *model.ShowSignatureRequest) *ShowSignatureInvoker

ShowSignatureInvoker 获取签名详情

func (*MsgsmsClient) ShowTemplate

func (c *MsgsmsClient) ShowTemplate(request *model.ShowTemplateRequest) (*model.ShowTemplateResponse, error)

ShowTemplate 获取模板详情

该接口用于用户查询已创建的模板详情。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) ShowTemplateInvoker

func (c *MsgsmsClient) ShowTemplateInvoker(request *model.ShowTemplateRequest) *ShowTemplateInvoker

ShowTemplateInvoker 获取模板详情

func (*MsgsmsClient) UpdateApp

func (c *MsgsmsClient) UpdateApp(request *model.UpdateAppRequest) (*model.UpdateAppResponse, error)

UpdateApp 修改短信应用

该接口用于用户修改应用信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) UpdateAppInvoker

func (c *MsgsmsClient) UpdateAppInvoker(request *model.UpdateAppRequest) *UpdateAppInvoker

UpdateAppInvoker 修改短信应用

func (*MsgsmsClient) UpdateSignature

UpdateSignature 修改短信签名

该接口用于用户更新签名信息,目前仅支持审核不通过的短信签名重新修改。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) UpdateSignatureInvoker

func (c *MsgsmsClient) UpdateSignatureInvoker(request *model.UpdateSignatureRequest) *UpdateSignatureInvoker

UpdateSignatureInvoker 修改短信签名

func (*MsgsmsClient) UpdateTemplate

UpdateTemplate 修改短信模板

该接口用于用户修改模板信息,目前仅支持审核不通过的短信模板重新修改

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) UpdateTemplateInvoker

func (c *MsgsmsClient) UpdateTemplateInvoker(request *model.UpdateTemplateRequest) *UpdateTemplateInvoker

UpdateTemplateInvoker 修改短信模板

func (*MsgsmsClient) UploadSignatureFile

UploadSignatureFile 上传申请文件

该接口用于用户上传文件信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*MsgsmsClient) UploadSignatureFileInvoker

func (c *MsgsmsClient) UploadSignatureFileInvoker(request *model.UploadSignatureFileRequest) *UploadSignatureFileInvoker

UploadSignatureFileInvoker 上传申请文件

type ShowAppCountInvoker

type ShowAppCountInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAppCountInvoker) Invoke

type ShowAppInvoker

type ShowAppInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAppInvoker) Invoke

func (i *ShowAppInvoker) Invoke() (*model.ShowAppResponse, error)

type ShowSignatureFileInvoker

type ShowSignatureFileInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowSignatureFileInvoker) Invoke

type ShowSignatureInvoker

type ShowSignatureInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowSignatureInvoker) Invoke

type ShowTemplateInvoker

type ShowTemplateInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowTemplateInvoker) Invoke

type UpdateAppInvoker

type UpdateAppInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateAppInvoker) Invoke

type UpdateSignatureInvoker

type UpdateSignatureInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateSignatureInvoker) Invoke

type UpdateTemplateInvoker

type UpdateTemplateInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateTemplateInvoker) Invoke

type UploadSignatureFileInvoker

type UploadSignatureFileInvoker struct {
	*invoker.BaseInvoker
}

func (*UploadSignatureFileInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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