Struct config_it::config::GroupContext
source · pub struct GroupContext {
pub group_id: u64,
pub sources: Arc<Vec<EntityData>>,
pub path: Arc<Vec<CompactString>>,
pub template_name: (&'static str, &'static str),
/* private fields */
}Expand description
May storage implement this
Fields§
§group_id: u64§sources: Arc<Vec<EntityData>>§path: Arc<Vec<CompactString>>Path of instantiated config set.
template_name: (&'static str, &'static str)