formats.go 292 B

12345678
  1. package filter
  2. var (
  3. formats = map[int][]string{
  4. FilterState: []string{"FILTER 📖", "Write your jq command in the input box to start filtering. Press enter to return the result.", "STORE 🟢"},
  5. LoadingStoreState: []string{"LOAD %s", "Loading the store...", "STORE 🔴"},
  6. }
  7. )