refactor!: add ws endpoint, storage trait

This commit is contained in:
2026-02-09 23:56:10 -08:00
parent c4e198de83
commit b614def39d
18 changed files with 383 additions and 117 deletions

5
registry/utils/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
mod peer;
mod wg;
pub use peer::Peer;
pub use wg::WireguardPublicKey;