probo/cmd/filter/states.go
2024-03-25 15:53:20 +01:00

6 lines
65 B
Go

package filter
const (
LoadingStoreState = iota
FilterState
)