diff --git a/.huskies/source-map.json b/.huskies/source-map.json index 7991a803..75bac1fa 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -2249,6 +2249,7 @@ "mod log_buffer", "mod mesh", "mod node_identity", + "mod pipeline_event_bus", "mod pipeline_state", "mod process_kill", "mod rebuild", @@ -2277,6 +2278,14 @@ "fn init_identity", "fn get_identity" ], + "server/src/pipeline_event_bus.rs": [ + "struct BusEvent", + "fn init", + "fn broadcast", + "fn subscribe", + "fn render_event", + "fn event_matches_persona" + ], "server/src/pipeline_state/apply.rs": [ "enum ApplyError", "fn apply_transition", @@ -3014,6 +3023,7 @@ "fn subscribe_logs", "fn subscribe_watcher", "fn subscribe_status", + "fn subscribe_persona_pipeline_events", "fn subscribe_reconciliation" ], "server/src/service/ws/message/convert.rs": [