We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a242b11 commit 8f093c7Copy full SHA for 8f093c7
apps/workspace-engine/pkg/workspace/job-dispatch/github.go renamed to apps/workspace-engine/pkg/workspace/jobdispatch/github.go
apps/workspace-engine/pkg/workspace/job-dispatch/github_test.go renamed to apps/workspace-engine/pkg/workspace/jobdispatch/github_test.go
apps/workspace-engine/pkg/workspace/job-dispatch/types.go renamed to apps/workspace-engine/pkg/workspace/jobdispatch/types.go
apps/workspace-engine/pkg/workspace/releasemanager/manager.go
@@ -15,7 +15,7 @@ import (
15
"time"
16
"workspace-engine/pkg/cmap"
17
"workspace-engine/pkg/oapi"
18
- jobdispatch "workspace-engine/pkg/workspace/job-dispatch"
+ "workspace-engine/pkg/workspace/jobdispatch"
19
20
"github.com/charmbracelet/log"
21
"github.com/google/uuid"
0 commit comments