mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-16 09:25:10 +01:00
refactor data source storage
make the associated data stuff work in a type safe way
This commit is contained in:
parent
b5a28e4e94
commit
854f7bb2bc
11 changed files with 286 additions and 269 deletions
3
terraform-provider-corsschool/src/client.rs
Normal file
3
terraform-provider-corsschool/src/client.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub struct _CorsClient {
|
||||
client: reqwest::Client
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue