diff options
Diffstat (limited to 'shard/lib/net/auth.ex')
-rw-r--r-- | shard/lib/net/auth.ex | 3 |
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 |