huskies: merge 1124 story Persist TransitionFired into a per-sled CRDT event log
This commit is contained in:
@@ -14,6 +14,7 @@ use bft_json_crdt::op::OpId;
|
||||
|
||||
mod active_agents;
|
||||
mod agent_throttle;
|
||||
mod event_log;
|
||||
mod gateway_projects;
|
||||
mod merge_jobs;
|
||||
mod test_jobs;
|
||||
@@ -28,6 +29,7 @@ pub use active_agents::{
|
||||
pub use agent_throttle::{
|
||||
delete_agent_throttle, read_agent_throttle, read_all_agent_throttles, write_agent_throttle,
|
||||
};
|
||||
pub use event_log::{EventLogEntryRaw, append_event_log_entry, read_all_event_log_entries};
|
||||
pub use gateway_projects::{
|
||||
delete_gateway_project, read_all_gateway_projects, read_gateway_project, write_gateway_project,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user