aboutsummaryrefslogtreecommitdiff
path: root/modules/tags/tag.go
blob: 026df0feb96d1de688c82500d39b6e9505cceca5 (plain)
1
2
3
4
5
6
7
8
package tags

type TagType int

const (
	TagTypeGril TagType = iota
	TagTypeSeries
)