Add users

This commit is contained in:
Aditya Siregar
2025-08-15 22:53:40 +07:00
parent 5966301165
commit 8322bbef18
5 changed files with 7 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ type LoginResponse struct {
type UserResponse struct {
ID uuid.UUID `json:"id"`
Username string `json:"username"`
Name string `json:"name"`
Email string `json:"email"`
IsActive bool `json:"is_active"`