refactor: move AppContext to presentation crate, structurally enforce boundary
All checks were successful
CI / Check / Test (push) Successful in 39m33s
All checks were successful
CI / Check / Test (push) Successful in 39m33s
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use application::movies::{
|
||||
commands::EnrichMovieCommand,
|
||||
deps::EnrichMovieDeps,
|
||||
enrich_movie,
|
||||
request_enrichment,
|
||||
commands::EnrichMovieCommand, deps::EnrichMovieDeps, enrich_movie, request_enrichment,
|
||||
};
|
||||
use async_trait::async_trait;
|
||||
use domain::{
|
||||
|
||||
Reference in New Issue
Block a user