reactive_graph_sys_config_model/component/
config_file.rs1use crate::NAMESPACE_CONFIG;
2use reactive_graph_behaviour_model_api::behaviour_ty;
3use reactive_graph_behaviour_model_api::component_behaviour_ty;
4use reactive_graph_graph::component_ty;
5
6component_ty!(COMPONENT_CONFIG_FILE, NAMESPACE_CONFIG, COMPONENT_NAME_CONFIG_FILE, "config_file");
9behaviour_ty!(BEHAVIOUR_CONFIG_FILE, NAMESPACE_CONFIG, BEHAVIOUR_NAME_CONFIG_FILE, "config_file");
10component_behaviour_ty!(COMPONENT_BEHAVIOUR_CONFIG_FILE, COMPONENT_CONFIG_FILE, BEHAVIOUR_CONFIG_FILE);