add change password pic and pat service and handler
This commit is contained in:
6
models/account.models.go
Normal file
6
models/account.models.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type ResponseStatus struct {
|
||||
Status string `json:"status"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user