Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(client *gophercloud.ServiceClient, opts DbFlavorsBuilder, databasename string) pagination.Pager
Types ¶
type DbFlavorsBuilder ¶
type DbFlavorsOpts ¶
type DbFlavorsOpts struct {
Versionname string `q:"version_name"`
}
func (DbFlavorsOpts) ToDbFlavorsListQuery ¶
func (opts DbFlavorsOpts) ToDbFlavorsListQuery() (string, error)
type DbFlavorsPage ¶
type DbFlavorsPage struct {
pagination.Offset
}
func (DbFlavorsPage) IsEmpty ¶
func (r DbFlavorsPage) IsEmpty() (bool, error)
type DbFlavorsResp ¶
type DbFlavorsResp struct {
Flavorslist []Flavors `json:"flavors"`
}
func ExtractDbFlavors ¶
func ExtractDbFlavors(r pagination.Page) (DbFlavorsResp, error)
Click to show internal directories.
Click to hide internal directories.