Rename DriverParameters structure to Parameters

Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
This commit is contained in:
Sylvain Baubeau 2015-06-30 14:22:41 +02:00
parent 80bfcb68a8
commit fbc74a6457
2 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@ func init() {
defer os.Remove(root)
swiftDriverConstructor := func(rootDirectory string) (*Driver, error) {
parameters := DriverParameters{
parameters := Parameters{
username,
password,
authURL,