Home
last modified time | relevance | path

Searched defs:Workspace (Results 1 – 1 of 1) sorted by relevance

/tools/treble/hacksaw/workspace/
Dworkspace.go32 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 {
[all …]