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 |