package
Version:
v0.19.0
Opens a new window with list of versions in this module.
Published: Jul 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AliyunCLIConfig struct {
Mode string `json:"mode"`
AccessKeyId string `json:"access_key_id"`
AccessKeySecret string `json:"access_key_secret"`
StsToken string `json:"sts_token,omitempty"`
}
type AliyunCLIURIBody struct {
Code string `json:"Code"`
AccessKeyId string `json:"AccessKeyId"`
AccessKeySecret string `json:"AccessKeySecret"`
SecurityToken string `json:"SecurityToken"`
Expiration string `json:"Expiration,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.