Add a way to look up objects

This commit is contained in:
Carlos Martín Nieto
2013-01-30 00:16:52 +01:00
parent ad567fbf41
commit d71c6ff702
7 changed files with 118 additions and 0 deletions

View File

@@ -2,8 +2,10 @@
-record(repo, {handle}).
-record(odb, {handle}).
-record(oid, {oid}).
-record(object, {type :: atom(), handle}).
-type ref() :: #ref{}.
-type repo() :: #repo{}.
-type odb() :: #odb{}.
-type oid() :: #oid{}.
-type object() :: #object{}.