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

Unified Diff: environs/export_test.go

Issue 13269045: environs: move stuff to provider
Patch Set: environs: move stuff to provider Created 11 years, 7 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
Index: environs/export_test.go
=== modified file 'environs/export_test.go'
--- environs/export_test.go 2013-07-03 22:02:21 +0000
+++ environs/export_test.go 2013-08-27 18:33:36 +0000
@@ -3,25 +3,6 @@
package environs
-import (
- "launchpad.net/juju-core/environs/config"
- "launchpad.net/juju-core/instance"
- "launchpad.net/juju-core/state"
- "launchpad.net/juju-core/state/api"
-)
-
func Providers() map[string]EnvironProvider {
return providers
}
-
-func GetDNSNames(instances []instance.Instance) []string {
- return getDNSNames(instances)
-}
-
-func ComposeAddresses(hostnames []string, port int) []string {
- return composeAddresses(hostnames, port)
-}
-
-func GetStateInfo(cfg *config.Config, hostnames []string) (*state.Info, *api.Info) {
- return getStateInfo(cfg, hostnames)
-}

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