Current section

Files

Jump to
telega include telega@testing@mock_MockRoute.hrl
Raw

include/telega@testing@mock_MockRoute.hrl

-record(mock_route, {
path_contains :: binary(),
handler :: fun((gleam@http@request:request(binary())) -> {ok,
gleam@http@response:response(binary())} |
{error, telega@error:telega_error()})
}).