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

Unified Diff: environs/interface.go

Issue 82470043: Remove obsolete Public/PrivateAddress methods (Closed)
Patch Set: Remove obsolete Public/PrivateAddress methods Created 11 years 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 | « [revision details] ('k') | provider/all/all.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/interface.go
=== modified file 'environs/interface.go'
--- environs/interface.go 2014-03-28 13:27:45 +0000
+++ environs/interface.go 2014-03-31 01:12:16 +0000
@@ -61,12 +61,6 @@
// which are considered sensitive. All of the values of these secret
// attributes need to be strings.
SecretAttrs(cfg *config.Config) (map[string]string, error)
-
- // PublicAddress returns this machine's public host name.
- PublicAddress() (string, error)
-
- // PrivateAddress returns this machine's private host name.
- PrivateAddress() (string, error)
}
// EnvironStorage implements storage access for an environment
« no previous file with comments | « [revision details] ('k') | provider/all/all.go » ('j') | no next file with comments »

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