aboutsummaryrefslogtreecommitdiff
path: root/model/command.go
diff options
context:
space:
mode:
author2026-02-22 20:15:50 +0300
committer2026-02-22 20:15:50 +0300
commitdb8bb97dfa2dacef002a1f349ea970d76fee4fc9 (patch)
tree7de11be3a01a6ef83a218dc98d90586dd1afb09a /model/command.go
parentДобавил утилитарные функции для моделей (diff)
downloadconf-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 '')
-rw-r--r--model/command.go9
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