Convert geef_odb to a gen_server
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
-record(geef_ref, {handle, name :: binary(), type :: atom(), target :: binary() | geef_oid()}).
|
||||
-record(geef_odb, {handle}).
|
||||
-record(geef_oid, {oid}).
|
||||
-record(geef_object, {type :: atom(), handle}).
|
||||
-record(geef_index_entry, {mode, id :: geef_oid(), path :: iolist()}).
|
||||
|
||||
-type geef_ref() :: #geef_ref{}.
|
||||
-type geef_odb() :: #geef_odb{}.
|
||||
-type geef_oid() :: #geef_oid{}.
|
||||
-type geef_object() :: #geef_object{}.
|
||||
-type geef_index_entry() :: #geef_index_entry{}.
|
||||
|
||||
Reference in New Issue
Block a user