pub(crate) async fn ping_peer(
__arg0: Path<DestinationParams>,
__arg1: State<Arc<InternalState>>,
) -> Result<impl IntoResponse, ApiError>Expand description
Directly pings the given peer.
pub(crate) async fn ping_peer(
__arg0: Path<DestinationParams>,
__arg1: State<Arc<InternalState>>,
) -> Result<impl IntoResponse, ApiError>Directly pings the given peer.