Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Rename FsType using graphql name directive such that the variants are…
Browse files Browse the repository at this point in the history
… lower case.

Signed-off-by: johnsonw <[email protected]>
  • Loading branch information
johnsonw committed Nov 17, 2020
1 parent 27b9fd4 commit df6e8ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iml-wire-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,9 @@ pub struct LustreClient {
#[serde(rename_all = "lowercase")]
#[derive(PartialEq, Eq, Clone, Debug, serde::Serialize, serde::Deserialize, Ord, PartialOrd)]
pub enum FsType {
#[graphql(name="zfs")]
Zfs,
#[graphql(name="ldiskfs")]
Ldiskfs,
}

Expand Down

0 comments on commit df6e8ba

Please sign in to comment.