Documentation
¶
Index ¶
- type RestInspectResourcesRequest
- type TbConConfig
- type TbConConfigs
- type TbConfigInfo
- type TbConfigReq
- type TbConnectionName
- type TbIID
- type TbIdList
- type TbKeyValue
- type TbKeyValues
- type TbNsInfo
- type TbNsInfos
- type TbNsReq
- type TbRegion
- type TbRegions
- type TbRestGetAllConfigResponse
- type TbSimpleMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TbConConfig ¶
type TbConConfig struct {
ConfigName string `json:"configName"`
ProviderName string `json:"providerName"`
CredentialName string `json:"credentialName"`
DriverName string `json:"driverName"`
RegionName string `json:"regionName"`
}
TB의 common.ConfigInfo -> TBConfigInfo로 ConfigInfo가 spider에도 있으므로 common package는 모두 TB를 붙이도록 한다
type TbConConfigs ¶
type TbConConfigs []TbConConfig
type TbConfigInfo ¶
type TbConfigInfo struct {
ID string `json:"id"`
Name string `json:"name"`
Value string `json:"value"`
}
TB의 common.ConfigInfo -> TBConfigInfo로 ConfigInfo가 spider에도 있으므로 common package는 모두 TB를 붙이도록 한다
type TbConfigReq ¶
TB의 common.ConfigInfo -> TBConfigInfo로 ConfigInfo가 spider에도 있으므로 common package는 모두 TB를 붙이도록 한다
type TbConnectionName ¶
type TbConnectionName struct {
ConnectionName string `json:"connectionName"`
}
type TbIID ¶
TB의 common.ConfigInfo -> TBConfigInfo로 ConfigInfo가 spider에도 있으므로 common package는 모두 TB를 붙이도록 한다
type TbIdList ¶
type TbIdList struct {
//IDList []string `json:"idList"`
IDList []string `json:"output"`
}
type TbKeyValue ¶
Tumblebug 에서 KeyValue 를 인자로 갖는 응답에서 사용
type TbKeyValues ¶
type TbKeyValues []TbKeyValue
type TbRegion ¶
type TbRegion struct {
ProviderName string `json:"providerName"`
RegionName string `regionName:"regionName"`
KeyValueInfoList []TbKeyValue `json:"keyValueInfoList"`
}
type TbRestGetAllConfigResponse ¶
type TbRestGetAllConfigResponse struct {
Name string `json:"name"`
ConfigInfo TbConfigInfo `json:"configInfo"`
}
type TbSimpleMsg ¶
type TbSimpleMsg struct {
Message string `json:"message"`
}
TB의 common.ConfigInfo -> TBConfigInfo로 ConfigInfo가 spider에도 있으므로 common package는 모두 TB를 붙이도록 한다
Click to show internal directories.
Click to hide internal directories.