infrastructure/web/handlers/account_handlers.rs

Fichier:

backend/src/infrastructure/web/handlers/account_handlers.rs

Type:

RUST

Lignes de Code:

614

Couche:

Infrastructure (Adaptateurs)

Tests:

❌ Non

À quoi sert ce fichier ?

Handlers HTTP (Actix-web) pour account. Gestion des requêtes REST API avec authentification, validation et gestion d’erreurs.

API Publique

Fonctions

  • create_account()

  • list_accounts()

  • get_account()

  • get_account_by_code()

  • update_account()

  • delete_account()

  • seed_belgian_pcmn()

  • count_accounts()

Code Source

Voir: backend/src/infrastructure/web/handlers/account_handlers.rs

Documentation Connexe

See also

  • /CLAUDE

  • /ARCHITECTURE