This commit is contained in:
2026-04-20 22:54:31 +01:00
parent b521c4e4a0
commit 74a01bd9e6
6 changed files with 103 additions and 33 deletions

View File

@@ -1 +1,9 @@
pub(crate) mod repo;
use crate::query;
pub(crate) mod repo;
pub struct QueryContext {
pub(crate) http: reqwest::Client,
}
impl query::Context for QueryContext {}