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 SearchBody ¶
type SearchResult ¶
type Searches ¶
type Searches interface {
PostQuery(searchBody SearchBody) (SearchResult, error)
}
Click to show internal directories.
Click to hide internal directories.