 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBStore ¶
type DBStore struct{}
    DBStore can be used to store app state items in local filesystem
type RuntimeState ¶
type RuntimeState struct {
	LastAppPath    string `json:"last_app_path"`
	LastCustomConf string `json:"last_custom_conf"`
}
    RuntimeState contains app state for runtime, and we can save remote version for update checker here in future
 Click to show internal directories. 
   Click to hide internal directories.