github.com/makyo/juju@v0.0.0-20160425123129-2608902037e9/provider/provider.go (about) 1 // Copyright 2013 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // The provider package holds constants identifying known provider types. 5 // They have hitherto only been used for nefarious purposes; no new code 6 // should use them, and when old code is updated to no longer use them 7 // they must be deleted. 8 package provider 9 10 const ( 11 Joyent = "joyent" 12 MAAS = "maas" 13 EC2 = "ec2" 14 )