Skip to content

Commit 3ce5793

Browse files
committed
remove redundand v2 folder
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent ca8d1f3 commit 3ce5793

File tree

18 files changed

+2
-2
lines changed

18 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

plugins/v2/informer/interface.go renamed to plugins/informer/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package informer
33
import (
44
"context"
55

6-
"github.com/roadrunner-server/api/v2/plugins/v2/jobs"
6+
"github.com/roadrunner-server/api/v2/plugins/jobs"
77
"github.com/spiral/roadrunner/v2/state/process"
88
)
99

plugins/v2/jobs/interface.go renamed to plugins/jobs/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package jobs
33
import (
44
"context"
55

6-
"github.com/roadrunner-server/api/v2/plugins/v2/jobs/pipeline"
6+
"github.com/roadrunner-server/api/v2/plugins/jobs/pipeline"
77
priorityqueue "github.com/spiral/roadrunner/v2/priority_queue"
88
)
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)