Use module field label for DAL pipeline outputs

This commit is contained in:
Tomaž Jerman
2022-09-20 13:11:24 +02:00
parent fab9371805
commit c5c7ca011b
3 changed files with 13 additions and 7 deletions
+1
View File
@@ -38,6 +38,7 @@ type (
// MapProperties describe the attribute such as it's type and constraints
MapProperties struct {
Label string
IsPrimary bool
Nullable bool
Type Type