add callback to subscribe

This commit is contained in:
William
2025-01-23 21:15:55 +08:00
parent 42b7267c2c
commit a01275367e
17 changed files with 375 additions and 538 deletions
+6
View File
@@ -0,0 +1,6 @@
pub mod logs_data;
pub mod logs_parser;
pub mod logs_filters;
pub mod logs_events;
pub mod logs_subscribe;
pub mod event;