Add statuses to test integration

This commit is contained in:
Mikayla Maki 2023-06-05 12:06:23 -07:00
parent e56fcd69b5
commit 4ac5f7b14e
No known key found for this signature in database
3 changed files with 6 additions and 21 deletions

View file

@ -15,6 +15,7 @@ pub struct Model {
pub inode: i64,
pub mtime_seconds: i64,
pub mtime_nanos: i32,
pub git_status: Option<i64>,
pub is_symlink: bool,
pub is_ignored: bool,
pub is_deleted: bool,