feat: domo_lib
This commit is contained in:
parent
7999ac6103
commit
2af49e31bc
5 changed files with 129 additions and 0 deletions
11
domo_lib/src/node/property.rs
Normal file
11
domo_lib/src/node/property.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use domo_proto::data_types::DataType;
|
||||
|
||||
pub struct Property {
|
||||
/// Is the property descriptive?
|
||||
pub descriptive: bool,
|
||||
pub name: String,
|
||||
pub data: DataType
|
||||
}
|
||||
|
||||
impl Property {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue