- All response types now use lowercase json tags (id, name, photo_url, etc.) - email/phone/birthdate/last_seen_at/photo_url use omitempty - audit.Metadata type []byte (was map[string]any) - fixes register/login inconsistency where login returned ID/Name (CamelCase) while register returned id/name (lowercase) |
||
|---|---|---|
| .. | ||
| audit | ||
| auth | ||
| chat | ||
| config | ||
| consent | ||
| db | ||
| handlers | ||
| locations | ||
| preferences | ||
| redis | ||
| reviews | ||
| storage | ||
| users | ||
| ws | ||