init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user