diff options
Diffstat (limited to 'lib/client/sharder/conn.ml')
| -rw-r--r-- | lib/client/sharder/conn.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/client/sharder/conn.ml b/lib/client/sharder/conn.ml new file mode 100644 index 0000000..396c170 --- /dev/null +++ b/lib/client/sharder/conn.ml @@ -0,0 +1,5 @@ +type t = { +} + +let push_frame ~conn frame = + ()
\ No newline at end of file |