Documentation ¶
Index ¶
Constants ¶
View Source
const ErrCodeAPICreation = "APICreationError"
ErrCodeAPICreation ...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalSearchServiceAPI ¶
type GlobalSearchServiceAPI interface {
Searches() Searches
}
ICDServiceAPI is the Cloud Internet Services API ...
type Item ¶
type Item struct { Name string `json:"name,omitempty"` CRN string `json:"crn,omitempty"` ServiceName string `json:"service_name,omitempty"` Region string `json:"region,omitempty"` Family string `json:"family,omitempty"` Type string `json:"type,omitempty"` ResourceId string `json:"resource_id,omitempty"` Tags []string `json:"tags,omitempty"` }
type SearchBody ¶
type SearchResult ¶
type Searches ¶
type Searches interface {
PostQuery(searchBody SearchBody) (SearchResult, error)
}
Click to show internal directories.
Click to hide internal directories.