enostr: expose RelayStatus

Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
kernelkind
2024-04-17 13:36:23 -04:00
committed by William Casarin
parent f6c46a1eb5
commit 5ee415c1b4

View File

@@ -15,6 +15,6 @@ pub use profile::Profile;
pub use pubkey::Pubkey;
pub use relay::message::{RelayEvent, RelayMessage};
pub use relay::pool::{PoolEvent, RelayPool};
pub use relay::Relay;
pub use relay::{Relay, RelayStatus};
pub type Result<T> = std::result::Result<T, error::Error>;