basic implementation of create/delete pool
This commit is contained in:
7
app/common/schema.go
Normal file
7
app/common/schema.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package app
|
||||
|
||||
type Login struct { // login body struct
|
||||
UsernameRaw string `form:"username" binding:"required"`
|
||||
Username Username
|
||||
Password string `form:"password" binding:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user