(ctx context.Context, rootDir string)
| 9 | DeleteWorkspace(ctx context.Context, id string) error |
| 10 | GetWorkspace(ctx context.Context, id string) (Workspace, error) |
| 11 | GetWorkspaceByPath(ctx context.Context, rootDir string) (Workspace, error) |
| 12 | GetWorkspaceByName(ctx context.Context, name string) (Workspace, error) |
| 13 | ListWorkspaces(ctx context.Context) ([]Workspace, error) |
| 14 | } |
no outgoing calls