Searched refs:Workspace (Results 1 – 3 of 3) sorted by relevance
32 type Workspace struct { struct37 func New(bm bind.PathBinder, topDir string) Workspace {38 return Workspace{NewComposer(bm), topDir}42 func (w Workspace) Create(workspaceName string, codebaseName string) (string, error) { argument71 func (w Workspace) Recreate(workspaceName string) (string, error) { argument92 func (w Workspace) GetDir(workspaceName string) (string, error) { argument103 func (w Workspace) GetCodebase(workspaceName string) (string, error) { argument113 func (w *Workspace) SetTopDir(dir string) { argument117 func (w Workspace) List() map[string]string { argument126 func (w Workspace) DetachGitWorktrees(workspaceName string, unbindList []string) error { argument[all …]
68 Workspace composed85 Workspace composed161 
44 workspace workspace.Workspace