hyperlane_plugin_websocket/websocket/
enum.rs

1pub enum BroadcastType<'a> {
2    PointToPoint(&'a str, &'a str),
3    PointToGroup(&'a str),
4}