pub async fn read_plugin_messages(
pool: &Pool,
owner: &str,
name: &str,
version: &str,
after_id: Option<i64>,
limit: Option<i64>,
) -> Result<Vec<ResponseItem>, Error>Expand description
Read captured stderr lines for one plugin coordinate, ascending by
"index", skipping rows with "index" <= after_id and capping at
limit (None = unlimited).