add change password pic and pat service and handler

This commit is contained in:
2024-08-12 15:43:22 +07:00
parent 4d80bf4ca8
commit b9930f5662
9 changed files with 205 additions and 12 deletions

6
models/account.models.go Normal file
View File

@@ -0,0 +1,6 @@
package models
type ResponseStatus struct {
Status string `json:"status"`
Message string `json:"message"`
}