chore(router): separate test-only function exports
This commit is contained in:
parent
c20ba0572a
commit
eb0385a28f
|
@ -49,8 +49,7 @@
|
||||||
|
|
||||||
-export([
|
-export([
|
||||||
match_routes/1,
|
match_routes/1,
|
||||||
lookup_routes/1,
|
lookup_routes/1
|
||||||
has_route/2
|
|
||||||
]).
|
]).
|
||||||
|
|
||||||
-export([print_routes/1]).
|
-export([print_routes/1]).
|
||||||
|
@ -62,6 +61,9 @@
|
||||||
|
|
||||||
-export([topics/0]).
|
-export([topics/0]).
|
||||||
|
|
||||||
|
%% Exported for tests
|
||||||
|
-export([has_route/2]).
|
||||||
|
|
||||||
%% gen_server callbacks
|
%% gen_server callbacks
|
||||||
-export([
|
-export([
|
||||||
init/1,
|
init/1,
|
||||||
|
|
Loading…
Reference in New Issue