Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("Project info file not found")
ErrNotFound signals that the project was not found
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Get(location string) (*model.ProjectInfo, error)
Set(path string, info *model.ProjectInfo) error
}
Client is the interface for pathtable methods
Click to show internal directories.
Click to hide internal directories.