We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ae413 commit af0cc0dCopy full SHA for af0cc0d
deps/rabbit/src/mc.erl
@@ -68,10 +68,13 @@
68
{utf8, binary()} |
69
{binary, binary()} |
70
{boolean, boolean()} |
71
- {long, integer()} |
72
- {ulong, non_neg_integer() } |
+ {double | float, float()} |
+ {long | int | short | byte, integer()} |
73
+ {ulong | uint | ushort | ubyte, non_neg_integer()} |
74
+ {timestamp, non_neg_integer()} |
75
{list, [tagged_prop()]} |
76
{map, [{tagged_prop(), tagged_prop()}]} |
77
+ null |
78
undefined.
79
80
%% behaviour callbacks for protocol specific implementation
0 commit comments