diff options
| author | 2026-02-17 21:33:24 +0300 | |
|---|---|---|
| committer | 2026-02-17 21:33:24 +0300 | |
| commit | 51abb67b77ee9f0f33f641711df9b0c9b4d14263 (patch) | |
| tree | 7c44e3455b1ab179628188215cbee0da4981fe98 /model/command.go | |
| parent | init (diff) | |
| download | conf-51abb67b77ee9f0f33f641711df9b0c9b4d14263.tar.gz conf-51abb67b77ee9f0f33f641711df9b0c9b4d14263.tar.bz2 conf-51abb67b77ee9f0f33f641711df9b0c9b4d14263.tar.xz conf-51abb67b77ee9f0f33f641711df9b0c9b4d14263.zip | |
Diffstat (limited to 'model/command.go')
| -rw-r--r-- | model/command.go | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
