pub mod external_api; pub struct Api; impl Api { pub async fn serve(config: vidow_core::config::AppConfig) {} }