This commit is contained in:
Aditya Siregar
2025-07-30 23:18:20 +07:00
parent 4a921df55d
commit a759e0f57c
57 changed files with 3633 additions and 190 deletions
+4
View File
@@ -44,6 +44,10 @@ type ChangePasswordRequest struct {
NewPassword string `validate:"required,min=6"`
}
type UpdateUserOutletRequest struct {
OutletID uuid.UUID `validate:"required"`
}
type UserResponse struct {
ID uuid.UUID
OrganizationID uuid.UUID