state.go 78 B

1234567
  1. package session
  2. const (
  3. LoadingStoreState = iota
  4. BrowseState
  5. ErrorState
  6. )