re-uploading work
This commit is contained in:
17
crates/sensor/src/lib.rs
Normal file
17
crates/sensor/src/lib.rs
Normal file
@@ -0,0 +1,17 @@
|
||||
//! Attune Sensor Service Library
|
||||
//!
|
||||
//! This library provides the core functionality for the Attune Sensor Service,
|
||||
//! including event generation, rule matching, and template resolution.
|
||||
|
||||
pub mod api_client;
|
||||
pub mod rule_lifecycle_listener;
|
||||
pub mod sensor_manager;
|
||||
pub mod sensor_worker_registration;
|
||||
pub mod service;
|
||||
pub mod template_resolver;
|
||||
|
||||
// Re-export commonly used types
|
||||
pub use rule_lifecycle_listener::RuleLifecycleListener;
|
||||
pub use sensor_worker_registration::SensorWorkerRegistration;
|
||||
pub use service::SensorService;
|
||||
pub use template_resolver::{resolve_templates, TemplateContext};
|
||||
Reference in New Issue
Block a user