refactor data source storage

make the associated data stuff work in a type safe way
This commit is contained in:
nora 2024-04-15 22:01:56 +02:00
parent b5a28e4e94
commit 854f7bb2bc
11 changed files with 286 additions and 269 deletions

View file

@ -0,0 +1,3 @@
pub struct _CorsClient {
client: reqwest::Client
}