mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 02:47:00 +05:30
Split across multiple files
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f1ddc97a65
commit
5eff1508ac
3 changed files with 96 additions and 89 deletions
7
src/model.rs
Normal file
7
src/model.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub(crate) struct PersistableRepo {
|
||||
pub(crate) remote_url: String,
|
||||
pub(crate) head: String,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue