pub(crate) async fn get_gateway_info(gw: &Gatewayd) -> Result<GatewayInfo>
Expand description
Retrieves the GatewayInfo
by issuing an info
GET request to the gateway.
pub(crate) async fn get_gateway_info(gw: &Gatewayd) -> Result<GatewayInfo>
Retrieves the GatewayInfo
by issuing an info
GET request to the gateway.