feat: domo_lib

This commit is contained in:
Strix 2023-11-05 20:52:51 +01:00
parent a3dfb5d7ea
commit 8194499ce2
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
6 changed files with 203 additions and 0 deletions

View file

@ -0,0 +1,6 @@
use domo_proto::data_types::DataType;
pub struct Property {
pub name: String,
pub value: DataType
}