add new dummy doctor user

This commit is contained in:
mario
2025-05-13 11:47:19 +07:00
parent eb67eaca46
commit 2687a761cc

View File

@@ -34,6 +34,14 @@ var MockUsers = []User{
CreatedAt: "2025-01-01T00:00:00Z", CreatedAt: "2025-01-01T00:00:00Z",
UpdatedAt: "2025-01-01T00:00:00Z", UpdatedAt: "2025-01-01T00:00:00Z",
}, },
{
ID: "5",
Email: "doctor2",
Role: "ref_doctor",
Name: "Referring^Physician",
CreatedAt: "2025-01-01T00:00:00Z",
UpdatedAt: "2025-01-01T00:00:00Z",
},
} }
// PatientData represents additional data for patients // PatientData represents additional data for patients