mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
8 lines
172 B
Rust
8 lines
172 B
Rust
#[derive(Copy, Clone, Debug, strum::Display, strum::EnumString)]
|
|
#[strum(serialize_all = "snake_case")]
|
|
pub enum SchedulerFlow {
|
|
Producer,
|
|
Consumer,
|
|
Cleaner,
|
|
}
|