mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-08 08:01:11 +00:00
5 lines
92 B
Rust
5 lines
92 B
Rust
pub mod aws;
|
|
|
|
pub enum InstanceCleanupData {
|
|
Aws { instance_id: String, region: String, }
|
|
} |