Lines Matching defs:Workspace
32 type Workspace struct { struct
33 composer Composer
34 topDir string
42 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 {
214 func (w Workspace) Remove(remove string) (*config.Config, error) {
241 func (w Workspace) Edit(editPath string) (string, string, error) {
292 func (w Workspace) getReadOnlyProjectFromPath(inPath string) (string, error) {
318 func (w Workspace) getWorkspaceFromPath(inPath string) (string, error) {