From 9eb5ab1818b6b19501fd7209db1987c9e06cc919 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 9 Jun 2026 05:59:20 -0400 Subject: first commit --- internal/object/object.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 internal/object/object.go (limited to 'internal/object/object.go') diff --git a/internal/object/object.go b/internal/object/object.go new file mode 100644 index 0000000..3b8741a --- /dev/null +++ b/internal/object/object.go @@ -0,0 +1,8 @@ +package object + +type ObjectDef struct { + ID string `yaml:"id"` + Name string `yaml:"name"` + Behavior string `yaml:"behavior"` + Props map[string]any `yaml:"props"` +} -- cgit v1.2.3