expose revision in the stats method

This commit is contained in:
Nikita Sivukhin
2025-09-15 10:56:13 +04:00
parent ebf042cf6b
commit 527d0cb1f3
4 changed files with 21 additions and 13 deletions

View File

@@ -45,6 +45,7 @@ pub enum GeneratorResponse {
revert_wal: i64,
last_pull_unix_time: i64,
last_push_unix_time: Option<i64>,
revision: Option<String>,
},
}