Add owner, name to Repo
This commit is contained in:
parent
1783d3f583
commit
b17aed722c
|
@ -1,6 +1,8 @@
|
|||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
pub struct Repo {
|
||||
pub owner: String,
|
||||
pub name: String,
|
||||
pub full_name: String,
|
||||
pub clone_url: String,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue