application/dto/call_for_funds_dto.rs

Fichier:

backend/src/application/dto/call_for_funds_dto.rs

Type:

RUST

Lignes de Code:

94

Couche:

Application (Use Cases)

Tests:

❌ Non

À quoi sert ce fichier ?

Data Transfer Object (DTO) pour call for funds. Définit les contrats d’API REST (requêtes/réponses) avec validation et sérialisation JSON.

API Publique

Structures

  • CreateCallForFundsRequest

  • CallForFundsResponse

  • SendCallForFundsRequest

  • SendCallForFundsResponse

Code Source

Voir: backend/src/application/dto/call_for_funds_dto.rs

Documentation Connexe

See also

  • /CLAUDE

  • /ARCHITECTURE