feat: scaffold codespace backend
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package workspace
|
||||
|
||||
// Workspace represents a single workspace backed by a local directory.
|
||||
type Workspace struct {
|
||||
ID string `json:"id"`
|
||||
Root string `json:"-"`
|
||||
}
|
||||
Reference in New Issue
Block a user