Searched defs:Workspace (Results 1 – 1 of 1) sorted by relevance
32 type Workspace struct { struct33 composer Composer34 topDir string42 func (w Workspace) Create(workspaceName string, codebaseName string) (string, error) {71 func (w Workspace) Recreate(workspaceName string) (string, error) {92 func (w Workspace) GetDir(workspaceName string) (string, error) {103 func (w Workspace) GetCodebase(workspaceName string) (string, error) {113 func (w *Workspace) SetTopDir(dir string) {117 func (w Workspace) List() map[string]string {126 func (w Workspace) DetachGitWorktrees(workspaceName string, unbindList []string) error {[all …]