summaryrefslogtreecommitdiff
path: root/src/cloud.clj
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-04-07 18:59:50 -0700
committertim b <timb@camcompu.home>2010-04-07 18:59:50 -0700
commit6440348618ade4fbcb541c40473074833a47d198 (patch)
tree537ab7e4f0af7deba51bbfb360fe490968d651f8 /src/cloud.clj
parent4f09c8a882e8ae2ad1c7944a8c2a5939c9c9f7ad (diff)
parent42df4633bb7588e8632e45013880ee4fc2bc3d6c (diff)
fixing merge conflicts
Diffstat (limited to 'src/cloud.clj')
-rw-r--r--src/cloud.clj13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cloud.clj b/src/cloud.clj
new file mode 100644
index 0000000..eacb5c9
--- /dev/null
+++ b/src/cloud.clj
@@ -0,0 +1,13 @@
+
+
+(def *user* "sbostler@gmail.com")
+(def *pw* "F2X5216c463w21q8ly")
+
+(def container-id-map (ref {}))
+
+(defn list-containers []
+ )
+
+(defn create-container [name]
+ ())
+