[GITHA] Expose RepoHash/Dirty Fields via Store (#318)

This commit is contained in:
Johannes Batzill 2023-08-15 18:56:37 +00:00 committed by Harness
parent 225ca6332a
commit e68356a1ff

View File

@ -20,4 +20,5 @@ var (
"cyclic depdency") "cyclic depdency")
ErrSpaceWithChildsCantBeDeleted = errors.New("the space can't be deleted as it still contains " + ErrSpaceWithChildsCantBeDeleted = errors.New("the space can't be deleted as it still contains " +
"spaces or repos") "spaces or repos")
ErrPreConditionFailed = errors.New("precondition failed")
) )