Add statuses to test integration
This commit is contained in:
parent
e56fcd69b5
commit
4ac5f7b14e
3 changed files with 6 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue