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