================================================== infrastructure/web/handlers/resolution_handlers.rs ================================================== :Fichier: ``backend/src/infrastructure/web/handlers/resolution_handlers.rs`` :Type: RUST :Lignes de Code: 331 :Couche: Infrastructure (Adaptateurs) :Tests: ❌ Non À quoi sert ce fichier ? ======================== Handlers HTTP (Actix-web) pour **resolution**. Gestion des requêtes REST API avec authentification, validation et gestion d'erreurs. API Publique ============ Fonctions --------- - ``create_resolution()`` - ``get_resolution()`` - ``list_meeting_resolutions()`` - ``delete_resolution()`` - ``cast_vote()`` - ``list_resolution_votes()`` - ``change_vote()`` - ``close_voting()`` - ``get_meeting_vote_summary()`` Code Source =========== Voir: ``backend/src/infrastructure/web/handlers/resolution_handlers.rs`` Documentation Connexe ===================== .. seealso:: - :doc:`/CLAUDE` - :doc:`/ARCHITECTURE`