MCPcopy Create free account
hub / github.com/compozy/agh / DeleteWorkspace

Method DeleteWorkspace

internal/workspace/store.go:9–9  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

7 InsertWorkspace(ctx context.Context, ws Workspace) error
8 UpdateWorkspace(ctx context.Context, ws Workspace) error
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)

Calls

no outgoing calls