iroh_rpc_types::gateway

Type Alias GatewayAddr

Source
pub type GatewayAddr = Addr<GatewayService>;
Expand description

Gateway address

Aliased Type§

enum GatewayAddr {
    Irpc(SocketAddr),
    IrpcLookup(String),
    Mem(ServerChannel<GatewayRequest, GatewayResponse>, ClientChannel<GatewayResponse, GatewayRequest>),
}

Variants§