Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Project ¶
type Project struct {
Path string `json:"path"`
DataDir string `json:"data_dir"`
LastAccessed time.Time `json:"last_accessed"`
}
Project represents a tracked project directory.
type ProjectList ¶
type ProjectList struct {
Projects []Project `json:"projects"`
}
ProjectList holds the list of tracked projects.
Click to show internal directories.
Click to hide internal directories.