mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-10 00:43:26 +02:00
split out codegen parts
This commit is contained in:
11
crates/dagger-codegen/src/models.rs
Normal file
11
crates/dagger-codegen/src/models.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
pub enum Scalars {
|
||||
ID(String),
|
||||
Int(usize),
|
||||
String(String),
|
||||
Float(f64),
|
||||
Boolean(bool),
|
||||
Date(String),
|
||||
DateTime(String),
|
||||
Time(String),
|
||||
Decimal(f64),
|
||||
}
|
Reference in New Issue
Block a user