Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(client *golangsdk.ServiceClient, databasesname string) pagination.Pager
Types ¶
type DataStores ¶
type DataStores struct {
DataStores []dataStores `json:"dataStores" `
}
func ExtractDataStores ¶
func ExtractDataStores(r pagination.Page) (DataStores, error)
type DataStoresPage ¶
type DataStoresPage struct {
pagination.SinglePageBase
}
func (DataStoresPage) IsEmpty ¶
func (r DataStoresPage) IsEmpty() (bool, error)
type DataStoresResult ¶
type DataStoresResult struct {
golangsdk.Result
}
Click to show internal directories.
Click to hide internal directories.