erlang headers should be hrl
This commit is contained in:
9
src/geef_records.hrl
Normal file
9
src/geef_records.hrl
Normal file
@@ -0,0 +1,9 @@
|
||||
-record(ref, {handle, type :: atom()}).
|
||||
-record(repo, {handle}).
|
||||
-record(odb, {handle}).
|
||||
-record(oid, {oid}).
|
||||
|
||||
-type ref() :: #ref{}.
|
||||
-type repo() :: #repo{}.
|
||||
-type odb() :: #odb{}.
|
||||
-type oid() :: #oid{}.
|
||||
Reference in New Issue
Block a user