The presentation layer was importing NearbyCafe directly from
infrastructure::foursquare, violating the dependency flow
(presentation -> application -> domain <- infrastructure). Introduce
NearbyCafeResult in domain:☕:nearby_cafes and update all
references.
|
||
|---|---|---|
| .. | ||
| analytics | ||
| auth | ||
| coffee | ||
| countries.rs | ||
| entity_type.rs | ||
| errors.rs | ||
| formatting.rs | ||
| ids.rs | ||
| images.rs | ||
| listing.rs | ||
| mod.rs | ||
| repositories.rs | ||