Skip to content

Commit

Permalink
remove unused structs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Dec 11, 2023
1 parent 68643fe commit 04b6953
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions rust/user-info-fetcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,6 @@ struct UserInfoRequestByName {
username: String,
}

#[derive(Serialize, Clone, Debug)]
#[serde(rename_all = "camelCase")]
struct GroupRef {
name: String,
}

#[derive(Serialize, Clone, Debug)]
#[serde(rename_all = "camelCase")]
struct RoleRef {
name: String,
}

#[derive(Serialize, Clone, Debug, Default)]
#[serde(rename_all = "camelCase")]
struct UserInfo {
Expand Down

0 comments on commit 04b6953

Please sign in to comment.