Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BumpRecentProject ¶
func BumpRecentProject(projectID string)
func SaveCurrentScreePath ¶
func SaveCurrentScreePath(currentScreenPath string)
func SaveCurrentScreePathSync ¶
func SaveCurrentScreePathSync(currentScreenPath string)
func SaveState ¶
func SaveState(state *DatatugState) (err error)
Types ¶
type DatatugState ¶
type DatatugState struct {
RecentProjects []*RecentProject `json:"recent_projects"`
CurrentScreenPath string `yaml:"current_screen_path,omitempty" json:"current_screen_path,omitempty"`
}
func GetDatatugState ¶
func GetDatatugState() (state *DatatugState, err error)
type RecentProject ¶
Click to show internal directories.
Click to hide internal directories.