package
Version:
v0.15.1
Opens a new window with list of versions in this module.
Published: Nov 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 16
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.