imag/libimagstorestdhook/src/vcs/git/action.rs

9 lines
172 B
Rust
Raw Normal View History

2016-05-14 22:47:26 +00:00
pub enum StoreAction {
Create,
Retrieve,
Update,
Delete,
// "Read" doesn't matter, as we do not use git on read actions, only when altering content.
}