tutumcloud / go-tutum

Go Library for Tutum
www.tutum.co
Apache License 2.0
20 stars 6 forks source link

service.Containers should be of type Container, not string #25

Open NodeGuy opened 9 years ago

NodeGuy commented 9 years ago

At the API level we need to identify containers by strings but at the SDK level we should think of them as Container objects.

MaximeHeckel commented 9 years ago

Yes you're right, but at the moment we want to keep it simple. However you can use the resource_uri of the containers to do calls manually if needed ( as getContainers can take uuids or resource_uri's) as parameters