commit | 3aba0b1c78e4be732a6bc0973ef825cada1b2c90 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Fri Feb 13 14:33:39 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:36 2015 +0200 |
tree | 7c0c881f03b364c4530c60da03dab797f7d23976 | |
parent | 8195446134878d326ea1e10eed01e06506df82b1 [diff] [blame] |
Fixes to imports
diff --git a/openstack/db/v1/instances/results.go b/openstack/db/v1/instances/results.go index fa2d64e..33c68c1 100644 --- a/openstack/db/v1/instances/results.go +++ b/openstack/db/v1/instances/results.go
@@ -140,7 +140,7 @@ } // Extract will extract root user information from a UserRootResult. -func (r UserRootResult) Extract() (*User, error) { +func (r UserRootResult) Extract() (*users.User, error) { if r.Err != nil { return nil, r.Err }