Versions in this module Expand all Collapse all v1 v1.0.21 Mar 12, 2020 v1.0.12 Apr 7, 2019 Changes in this version + func List(client *gophercloud.ServiceClient, instanceID string) pagination.Pager + type BatchCreateOpts []CreateOpts + func (opts BatchCreateOpts) ToUserCreateMap() (map[string]interface{}, error) + type CreateOpts struct + Databases db.BatchCreateOpts + Host string + Name string + Password string + func (opts CreateOpts) ToMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToUserCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, instanceID string, opts CreateOptsBuilder) (r CreateResult) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, instanceID, userName string) (r DeleteResult) + type User struct + Databases []db.Database + Name string + Password string + func ExtractUsers(r pagination.Page) ([]User, error) + type UserPage struct + func (page UserPage) IsEmpty() (bool, error) + func (page UserPage) NextPageURL() (string, error)