parent
45d217f6e0
commit
9693e394f7
1 changed files with 0 additions and 5 deletions
|
@ -40,18 +40,13 @@ struct Commit {
|
||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
struct Author {
|
struct Author {
|
||||||
name: String,
|
|
||||||
email: String,
|
email: String,
|
||||||
date: String,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
struct User {
|
struct User {
|
||||||
pub login: String,
|
|
||||||
pub id: u64,
|
pub id: u64,
|
||||||
pub node_id: String,
|
|
||||||
pub avatar_url: String,
|
pub avatar_url: String,
|
||||||
pub gravatar_id: String,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue