aboutsummaryrefslogtreecommitdiff
path: root/types/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'types/auth.go')
-rw-r--r--types/auth.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/types/auth.go b/types/auth.go
deleted file mode 100644
index 1792011..0000000
--- a/types/auth.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package types
-
-type LoginRequest struct {
- Username string `form:"username"`
- Password string `form:"password"`
-}