You've already forked agentic-coding-workflow
feat(app): wire workspace module + integration test for ws closed loop
This commit is contained in:
@@ -121,6 +121,7 @@ type Caller struct {
|
||||
type ProjectService interface {
|
||||
Create(ctx context.Context, c Caller, in CreateProjectInput) (*Project, error)
|
||||
Get(ctx context.Context, c Caller, slug string) (*Project, error)
|
||||
GetByID(ctx context.Context, c Caller, id uuid.UUID) (*Project, error)
|
||||
List(ctx context.Context, c Caller, includeArchived bool) ([]*Project, error)
|
||||
Update(ctx context.Context, c Caller, slug string, in UpdateProjectInput) (*Project, error)
|
||||
Archive(ctx context.Context, c Caller, slug string) error
|
||||
|
||||
Reference in New Issue
Block a user