refactor!: add ws endpoint, storage trait
This commit is contained in:
5
registry/utils/mod.rs
Normal file
5
registry/utils/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod peer;
|
||||
mod wg;
|
||||
|
||||
pub use peer::Peer;
|
||||
pub use wg::WireguardPublicKey;
|
||||
Reference in New Issue
Block a user