feat: domo_lib
This commit is contained in:
parent
a3dfb5d7ea
commit
8194499ce2
6 changed files with 203 additions and 0 deletions
6
domo_lib/src/node/property.rs
Normal file
6
domo_lib/src/node/property.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use domo_proto::data_types::DataType;
|
||||
|
||||
pub struct Property {
|
||||
pub name: String,
|
||||
pub value: DataType
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue