package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Dec 9, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ReqeustParam struct {
Service string `note:"产品名称"`
Version string `note:"接口版本"`
Action string `note:"接口名称"`
Payload any `note:"结构化数据"`
Region string `note:"资源所在区域"`
Endpoint string `note:"指定接口域名"`
SecretId string `note:"访问密钥 Id"`
SecretKey string `note:"访问密钥 Key"`
Debug bool `note:"是否开启调试"`
}
type ResponseData struct {
Response any
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.