mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
support clear all user data
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
// ClearDataRequest represents all parameters of clear user data request
|
||||
type ClearDataRequest struct {
|
||||
Password string `json:"password" binding:"omitempty,min=6,max=128"`
|
||||
}
|
||||
Reference in New Issue
Block a user