probo/cmd/filter/state.go
2024-04-10 08:44:49 +02:00

7 lines
77 B
Go

package filter
const (
LoadingStoreState = iota
FilterState
ErrorState
)