feat: scaffold codespace backend
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
// CreateWorkspaceRequest is the request body for creating a workspace.
|
||||
type CreateWorkspaceRequest struct {
|
||||
ID string `json:"id"`
|
||||
}
|
||||
|
||||
// WorkspaceResponse is the API response for a workspace.
|
||||
type WorkspaceResponse struct {
|
||||
ID string `json:"id"`
|
||||
}
|
||||
Reference in New Issue
Block a user