Add atuin status (#830)

Useful for debugging, checking the state of things, and for if you
forget your username!
This commit is contained in:
Ellie Huxtable
2023-03-30 06:45:49 +01:00
committed by GitHub
parent ca5e58ad01
commit 0d16a113c5
6 changed files with 58 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ pub struct IndexResponse {
#[derive(Debug, Serialize, Deserialize)]
pub struct StatusResponse {
pub count: i64,
pub username: String,
pub deleted: Vec<String>,
}