pub async fn get_container_logs( __arg0: Path<String>, __arg1: Query<LogsQuery>, ) -> Result<Json<Vec<String>>, (StatusCode, String)>