aboutsummaryrefslogtreecommitdiffstats
path: root/test/fake_transport.erl
blob: 80e9afda7db88e44a2a305b73dffc8b3e8cf892b (plain) (blame)
1
2
3
4
-module(fake_transport).
-compile(export_all).

send(Socket, Message) -> ok.