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, 0 insertions, 11 deletions
diff --git a/system/admin/auth.go b/system/admin/auth.go
deleted file mode 100644
index 153a31a..0000000
--- a/system/admin/auth.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package admin
-
-// Session ...
-type Session struct {
- User
- token string
-}
-
-// User ...
-type User struct {
-}