========================================================== infrastructure/web/handlers/owner_contribution_handlers.rs ========================================================== :Fichier: ``backend/src/infrastructure/web/handlers/owner_contribution_handlers.rs`` :Type: RUST :Lignes de Code: 171 :Couche: Infrastructure (Adaptateurs) :Tests: ❌ Non À quoi sert ce fichier ? ======================== Handlers HTTP (Actix-web) pour **owner contribution**. Gestion des requêtes REST API avec authentification, validation et gestion d'erreurs. API Publique ============ Fonctions --------- - ``create_contribution()`` - ``get_contribution()`` - ``get_contributions_by_owner()`` - ``get_outstanding_contributions()`` - ``record_payment()`` Code Source =========== Voir: ``backend/src/infrastructure/web/handlers/owner_contribution_handlers.rs`` Documentation Connexe ===================== .. seealso:: - :doc:`/CLAUDE` - :doc:`/ARCHITECTURE`