Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workspace ¶
type Workspace struct {
RootPath string
WorkFilePath string
Projects []*models.Project
// contains filtered or unexported fields
}
Workspace represents a Go workspace containing one or more Go projects.
func (*Workspace) ChangesetDir ¶
ChangesetDir returns the path to the .changeset directory.
func (*Workspace) GetProject ¶
GetProject returns a project by name.
func (*Workspace) GetProjectNames ¶
GetProjectNames returns a list of all project names.
Click to show internal directories.
Click to hide internal directories.