Remove some unused fields
This commit is contained in:
parent
1dcba64095
commit
11be50d89f
@ -14,9 +14,7 @@ pub struct User {
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct Project {
|
||||
pub name: String,
|
||||
pub description: String,
|
||||
pub web_url: String,
|
||||
pub avatar_url: Option<String>,
|
||||
pub namespace: String,
|
||||
pub path_with_namespace: String,
|
||||
pub default_branch: String,
|
||||
@ -26,7 +24,6 @@ pub struct Project {
|
||||
pub struct Repository {
|
||||
pub name: String,
|
||||
pub url: String,
|
||||
pub description: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
Loading…
Reference in New Issue
Block a user