summaryrefslogtreecommitdiff
path: root/system/admin/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/auth.go')
-rw-r--r--system/admin/auth.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/admin/auth.go b/system/admin/auth.go
new file mode 100644
index 0000000..153a31a
--- /dev/null
+++ b/system/admin/auth.go
@@ -0,0 +1,11 @@
+package admin
+
+// Session ...
+type Session struct {
+ User
+ token string
+}
+
+// User ...
+type User struct {
+}