states.go 65 B

123456
  1. package filter
  2. const (
  3. LoadingStoreState = iota
  4. FilterState
  5. )