Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConnectionConfigInfo ¶
type CloudConnectionConfigInfo struct {
//user(username, password, email)
ConfigName string `json:"ConfigName"`
ProviderName string `json:"ProviderName"`
DriverName string `json:"DriverName"`
CredentialName string `json:"CredentialName"`
RegionName string `json:"RegionName"`
}
ConnectionConfigData -> CloudConnectionConfigInfo 로 변경
type CloudConnectionConfigInfos ¶
type CloudConnectionConfigInfos []CloudConnectionConfigInfo
type ConfigInfo ¶
type ConfigInfos ¶
type ConfigInfos []ConfigInfo
type CredentialInfo ¶
type CredentialInfo struct {
//user(username, password, email)
CredentialName string `json:"CredentialName"`
ProviderName string `json:"ProviderName"`
KeyValueInfoList []KeyValueInfoList `json:"KeyValueInfoList"`
}
type CredentialInfos ¶
type CredentialInfos []CredentialInfo
type DriverInfo ¶
type DriverInfos ¶
type DriverInfos []DriverInfo
type KeyValueInfoList ¶
Spider 에서 KeyValue 를 인자로 갖는 응답에서 사용
type KeyValueInfoLists ¶
type KeyValueInfoLists []KeyValueInfoList
type RegionInfo ¶
type RegionInfo struct {
RegionName string `json:"RegionName"`
ProviderName string `json:"ProviderName"`
KeyValueInfoList []KeyValueInfoList `json:"KeyValueInfoList"`
}
type RegionInfos ¶
type RegionInfos []RegionInfo
Click to show internal directories.
Click to hide internal directories.