Made SenderID a structure.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-03-10 09:57:16 -04:00
parent fc2149153e
commit af0af3373b
4 changed files with 77 additions and 39 deletions

View File

@@ -1,2 +1,4 @@
pub mod data_director;
pub mod router;
pub use router::SenderID;