aboutsummaryrefslogtreecommitdiff
path: root/model/assignment.go
diff options
context:
space:
mode:
author2026-02-17 21:33:24 +0300
committer2026-02-17 21:33:24 +0300
commit51abb67b77ee9f0f33f641711df9b0c9b4d14263 (patch)
tree7c44e3455b1ab179628188215cbee0da4981fe98 /model/assignment.go
parentinit (diff)
downloadconf-master.tar.gz
conf-master.tar.bz2
conf-master.tar.xz
conf-master.zip
Diffstat (limited to 'model/assignment.go')
-rw-r--r--model/assignment.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/model/assignment.go b/model/assignment.go
new file mode 100644
index 0000000..746e2b3
--- /dev/null
+++ b/model/assignment.go
@@ -0,0 +1,6 @@
+package model
+
+type Assignment struct {
+ Key string
+ Value Values
+}