Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func Delete(client *gophercloud.ServiceClient, instanceid string, dbUser string) (r commonResult) + func List(client *gophercloud.ServiceClient, opts DbUsersBuilder, instance string) pagination.Pager + type CreateDbUserBuilder interface + ToDbUserCreateMap func() (map[string]interface{}, error) + type CreateDbUserOpts struct + Password string + Username string + func (opts CreateDbUserOpts) ToDbUserCreateMap() (map[string]interface{}, error) + type DbUserResp struct + Resp string + type DbUserResult struct + func Create(client *gophercloud.ServiceClient, opts CreateDbUserBuilder, instanceId string) (r DbUserResult) + func (r DbUserResult) Extract() (*DbUserResp, error) + type DbUsersBuilder interface + ToDbUsersListQuery func() (string, error) + type DbUsersPage struct + func (r DbUsersPage) IsEmpty() (bool, error) + type DeleteDbUser struct + Resp string + type ListDbUsersOpts struct + Limit int + Page int + func (opts ListDbUsersOpts) ToDbUsersListQuery() (string, error) + type ListDbUsersResp struct + Totalcount int + UsersList []NameList + func ExtractDbUsers(r pagination.Page) (ListDbUsersResp, error) + type NameList struct + Name string