pub async fn handle_list_watches(
state: Arc<AppState>,
all: bool,
) -> DaemonResponse
Expand description
Returns a list of all current watches as a DaemonResponse::ListWatches
.
pub async fn handle_list_watches(
state: Arc<AppState>,
all: bool,
) -> DaemonResponse
Returns a list of all current watches as a DaemonResponse::ListWatches
.