当前位置: 首页>>代码示例>>Golang>>正文


Golang util.GetFuncName函数代码示例

本文整理汇总了Golang中github.com/jiangshengwu/aliyun-sdk-for-go/util.GetFuncName函数的典型用法代码示例。如果您正苦于以下问题:Golang GetFuncName函数的具体用法?Golang GetFuncName怎么用?Golang GetFuncName使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了GetFuncName函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Golang代码示例。

示例1: CreateVSwitch

func (op *VSwitchOperator) CreateVSwitch(params map[string]interface{}) (CreateVSwitchResponse, error) {
	var resp CreateVSwitchResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:vswitch.go

示例2: DescribeVRouters

func (op *VRouterOperator) DescribeVRouters(params map[string]interface{}) (DescribeVRoutersResponse, error) {
	var resp DescribeVRoutersResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:vrouter.go

示例3: CancelCopyImage

func (op *ImageOperator) CancelCopyImage(params map[string]interface{}) (CancelCopyImageResponse, error) {
	var resp CancelCopyImageResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:image.go

示例4: ModifyInstanceVncPasswd

func (op *InstanceOperator) ModifyInstanceVncPasswd(params map[string]interface{}) (ModifyInstanceVncPasswdResponse, error) {
	var resp ModifyInstanceVncPasswdResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:instance.go

示例5: AssociateEipAddress

func (op *NetworkOperator) AssociateEipAddress(params map[string]interface{}) (AssociateEipAddressResponse, error) {
	var resp AssociateEipAddressResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:network.go

示例6: ModifyAutoSnapshotPolicy

func (op *SnapshotOperator) ModifyAutoSnapshotPolicy(params map[string]interface{}) (ModifyAutoSnapshotPolicyResponse, error) {
	var resp ModifyAutoSnapshotPolicyResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:snapshot.go

示例7: LeaveSecurityGroup

func (op *InstanceOperator) LeaveSecurityGroup(params map[string]interface{}) (LeaveSecurityGroupResponse, error) {
	var resp LeaveSecurityGroupResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:instance.go

示例8: SetListenerAccessControlStatus

func (op *ListenerOperator) SetListenerAccessControlStatus(params map[string]interface{}) (SetListenerAccessControlStatusResponse, error) {
	var resp SetListenerAccessControlStatusResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:listener.go

示例9: RemoveListenerWhiteListItem

func (op *ListenerOperator) RemoveListenerWhiteListItem(params map[string]interface{}) (RemoveListenerWhiteListItemResponse, error) {
	var resp RemoveListenerWhiteListItemResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:listener.go

示例10: RevokeSecurityGroupEgress

func (op *SecurityGroupOperator) RevokeSecurityGroupEgress(params map[string]interface{}) (RevokeSecurityGroupEgressResponse, error) {
	var resp RevokeSecurityGroupEgressResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:group.go

示例11: StopLoadBalancerListener

func (op *ListenerOperator) StopLoadBalancerListener(params map[string]interface{}) (StopLoadBalancerListenerResponse, error) {
	var resp StopLoadBalancerListenerResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:listener.go

示例12: DescribeSecurityGroupAttribute

func (op *SecurityGroupOperator) DescribeSecurityGroupAttribute(params map[string]interface{}) (DescribeSecurityGroupAttributeResponse, error) {
	var resp DescribeSecurityGroupAttributeResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:group.go

示例13: AuthorizeSecurityGroup

func (op *SecurityGroupOperator) AuthorizeSecurityGroup(params map[string]interface{}) (AuthorizeSecurityGroupResponse, error) {
	var resp AuthorizeSecurityGroupResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:group.go

示例14: DescribeImageSharePermission

func (op *ImageOperator) DescribeImageSharePermission(params map[string]interface{}) (DescribeImageSharePermissionResponse, error) {
	var resp DescribeImageSharePermissionResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:image.go

示例15: DescribeDiskMonitorData

func (op *MonitorOperator) DescribeDiskMonitorData(params map[string]interface{}) (DescribeDiskMonitorDataResponse, error) {
	var resp DescribeDiskMonitorDataResponse
	err := op.Common.Request(util.GetFuncName(1), params, &resp)
	return resp, err
}
开发者ID:jiangxukai,项目名称:aliyun-sdk-for-go,代码行数:5,代码来源:monitor.go


注:本文中的github.com/jiangshengwu/aliyun-sdk-for-go/util.GetFuncName函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。