Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheService ¶
type CacheService struct {
CacheDir string
}
func NewCacheService ¶
func NewCacheService() (*CacheService, error)
func (*CacheService) GetCachePath ¶
func (c *CacheService) GetCachePath(workspaceId int) (string, error)
func (*CacheService) GetProjects ¶
func (c *CacheService) GetProjects(workspaceId int) ([]data.Project, error)
func (*CacheService) SaveProjects ¶
func (c *CacheService) SaveProjects(workspaceId int, projects []data.Project) error
Click to show internal directories.
Click to hide internal directories.