Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RequestOpts = golangsdk.RequestOpts{ MoreHeaders: map[string]string{"Content-Type": "application/json", "X-Language": "en-us"}, }
Functions ¶
This section is empty.
Types ¶
type ListResult ¶
type ListResult struct {
golangsdk.Result
}
func List ¶
func List(client *golangsdk.ServiceClient, dataStoreName string) (r ListResult)
list the version informations about a specified type of database
func (ListResult) Extract ¶
func (lr ListResult) Extract() ([]DataStore, error)
Click to show internal directories.
Click to hide internal directories.