aboutsummaryrefslogtreecommitdiff
path: root/models/tag.go
blob: 9ecd73ca01fa8452eea89fb1b926e2a69115f4df (plain)
1
2
3
4
5
6
7
8
package models

type TagType int

const (
	TagTypeGril TagType = iota
	TagTypeSeries
)