diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-01 20:41:48 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-01 20:41:48 -0600 |
| commit | ffa3d553f693494c218a0244c946ba83dfbf7cd1 (patch) | |
| tree | 092a824dad118c37960ab67da98cdbc445a35d2b /lib/ssh/session.ex | |
| download | tronglessh-ffa3d553f693494c218a0244c946ba83dfbf7cd1.tar.gz tronglessh-ffa3d553f693494c218a0244c946ba83dfbf7cd1.zip | |
Diffstat (limited to 'lib/ssh/session.ex')
| -rw-r--r-- | lib/ssh/session.ex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/session.ex b/lib/ssh/session.ex new file mode 100644 index 0000000..d662e59 --- /dev/null +++ b/lib/ssh/session.ex @@ -0,0 +1,3 @@ +defmodule TrongleSSH.SSH.Session do + defstruct username: "" +end |
