Skip to content

Commit

Permalink
added new vehicle types
Browse files Browse the repository at this point in the history
  • Loading branch information
chakri642 authored and khuzema786 committed Sep 10, 2023
1 parent f8919b5 commit cbc8e99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crates/location_tracking_service/src/common/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ pub enum VehicleType {
#[strum(serialize = "AUTO_RICKSHAW")]
#[serde(rename = "AUTO_RICKSHAW")]
AutoRickshaw,
#[strum(serialize = "SEDAN")]
#[serde(rename = "SEDAN")]
Sedan,
SEDAN,
SUV,
#[strum(serialize = "HATCHBACK")]
#[serde(rename = "HATCHBACK")]
Hatchback,
HATCHBACK,
TAXI,
#[strum(serialize = "TAXI_PLUS")]
#[serde(rename = "TAXI_PLUS")]
TaxiPlus,
}

#[derive(Debug, Clone, EnumString, Display, Serialize, Deserialize, Eq, Hash, PartialEq)]
Expand Down

0 comments on commit cbc8e99

Please sign in to comment.