From 51abb67b77ee9f0f33f641711df9b0c9b4d14263 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 17 Feb 2026 21:33:24 +0300 Subject: v0.0.1 --- model/command.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 model/command.go (limited to 'model/command.go') diff --git a/model/command.go b/model/command.go new file mode 100644 index 0000000..237e94f --- /dev/null +++ b/model/command.go @@ -0,0 +1,9 @@ +package model + +type Command struct { + Name string + Arguments Values + Body *Doc +} + +type Commands []*Command -- cgit v1.2.3