Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(237)

Unified Diff: environs/configstore/interface.go

Issue 13780044: environs/configstore: move interface from environs
Patch Set: environs/configstore: move interface from environs Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « environs/configstore/disk_test.go ('k') | environs/configstore/interface_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « environs/configstore/disk_test.go ('k') | environs/configstore/interface_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b