aboutsummaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/tag.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/models/tag.go b/models/tag.go
new file mode 100644
index 0000000..9ecd73c
--- /dev/null
+++ b/models/tag.go
@@ -0,0 +1,8 @@
1package models
2
3type TagType int
4
5const (
6 TagTypeGril TagType = iota
7 TagTypeSeries
8)