object_type.go

This commit is contained in:
2023-07-07 00:24:22 +02:00
parent 457d08080f
commit 88401697c7
5 changed files with 37 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
package konstructor
type ObjectTypeMap map[string]ObjectType
type ObjectType struct {
ID string
Render Render