updated examples
This commit is contained in:
parent
d25f96f798
commit
50b0d03083
3 changed files with 9 additions and 3 deletions
|
@ -58,7 +58,9 @@ event({key, "_id"}, 1) ->
|
|||
event({string, String}, capture) ->
|
||||
throw({ok, String});
|
||||
|
||||
event(end_of_stream, _) ->
|
||||
event(reset, _) ->
|
||||
0;
|
||||
event(end_of_json, _) ->
|
||||
throw(not_found);
|
||||
|
||||
event(_, Level) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue