Compare commits

..
Author SHA1 Message Date
phoenix 0e41936506 Added Id field 2025-11-01 21:33:36 -04:00
+1
View File
@@ -5,6 +5,7 @@ import (
)
type Contact struct {
Id uuid.UUID `json:"id,omitempty"`
PhoneNumber string `json:"phone_number,omitempty"`
UserId uuid.UUID `json:"user_id,omitempty"`
}