aboutsummaryrefslogtreecommitdiff
path: root/shard/lib/net/auth.ex
diff options
context:
space:
mode:
Diffstat (limited to 'shard/lib/net/auth.ex')
-rw-r--r--shard/lib/net/auth.ex3
1 files changed, 3 insertions, 0 deletions
diff --git a/shard/lib/net/auth.ex b/shard/lib/net/auth.ex
new file mode 100644
index 0000000..c903093
--- /dev/null
+++ b/shard/lib/net/auth.ex
@@ -0,0 +1,3 @@
+defmodule SNet.Auth do
+ defstruct [:my_pk, :his_pk]
+end