Index: environs/configstore/interface.go |
=== renamed file 'environs/info.go' => 'environs/configstore/interface.go' |
--- environs/info.go 2013-09-19 16:32:43 +0000 |
+++ environs/configstore/interface.go 2013-09-20 10:33:19 +0000 |
@@ -1,7 +1,7 @@ |
// Copyright 2013 Canonical Ltd. |
// Licensed under the AGPLv3, see LICENCE file for details. |
-package environs |
+package configstore |
import ( |
"errors" |
@@ -28,8 +28,8 @@ |
Password string |
} |
-// ConfigStorage stores environment configuration data. |
-type ConfigStorage interface { |
+// Storage stores environment configuration data. |
+type Storage interface { |
// ReadInfo reads information associated with |
// the environment with the given name. |
// If there is no such information, it will |