probo/cmd/filter/states.go

7 lines
65 B
Go
Raw Normal View History

2024-03-25 15:53:20 +01:00
package filter
const (
LoadingStoreState = iota
FilterState
)