spider

package
v0.4.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

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 ConfigInfo struct {
	ID    string `json:"id"`
	Name  string `json:"name"`
	Value string `json:"value"`
}

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 DriverInfo struct {
	//user(username, password, email)
	DriverName        string `json:"DriverName"`
	ProviderName      string `json:"ProviderName"`
	DriverLibFileName string `json:"DriverLibFileName"`
}

type DriverInfos

type DriverInfos []DriverInfo

type KeyValueInfoList

type KeyValueInfoList struct {
	Key   string `json:"Key"`
	Value string `json:"Value"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL