cloud_terrastodon_hcl 0.35.1

Helpers for manipulating TerraStorodon HCL files for the Cloud Terrastodon project
1
2
3
4
5
6
7
8
use cloud_terrastodon_azure::ScopeImpl;
use cloud_terrastodon_hcl_types::DataBlockReference;
use std::collections::HashMap;

#[derive(Default)]
pub struct DataLookupHolder {
    pub data_references_by_id: HashMap<ScopeImpl, DataBlockReference>,
}