filter.gno

0.05 Kb ยท 5 lines
1package impl
2
3type FilterByTier struct {
4	Tier string
5}