diff options
| author | 2026-02-22 20:15:50 +0300 | |
|---|---|---|
| committer | 2026-02-22 20:15:50 +0300 | |
| commit | db8bb97dfa2dacef002a1f349ea970d76fee4fc9 (patch) | |
| tree | 7de11be3a01a6ef83a218dc98d90586dd1afb09a /model/command.go | |
| parent | Добавил утилитарные функции для моделей (diff) | |
| download | conf-0.0.4.tar.gz conf-0.0.4.tar.bz2 conf-0.0.4.tar.xz conf-0.0.4.zip | |
Refactoringv0.0.4
Diffstat (limited to 'model/command.go')
| -rw-r--r-- | model/command.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/model/command.go b/model/command.go deleted file mode 100644 index 237e94f..0000000 --- a/model/command.go +++ /dev/null @@ -1,9 +0,0 @@ -package model - -type Command struct { - Name string - Arguments Values - Body *Doc -} - -type Commands []*Command |
