mirror of https://github.com/dapr/cli.git
move runfileconfig
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
This commit is contained in:
parent
cc1ec93e9d
commit
37977d88b5
|
|
@ -31,8 +31,8 @@ import (
|
||||||
"github.com/dapr/cli/pkg/metadata"
|
"github.com/dapr/cli/pkg/metadata"
|
||||||
"github.com/dapr/cli/pkg/print"
|
"github.com/dapr/cli/pkg/print"
|
||||||
runExec "github.com/dapr/cli/pkg/runexec"
|
runExec "github.com/dapr/cli/pkg/runexec"
|
||||||
"github.com/dapr/cli/pkg/runfileconfig"
|
|
||||||
"github.com/dapr/cli/pkg/standalone"
|
"github.com/dapr/cli/pkg/standalone"
|
||||||
|
"github.com/dapr/cli/pkg/standalone/runfileconfig"
|
||||||
daprsyscall "github.com/dapr/cli/pkg/syscall"
|
daprsyscall "github.com/dapr/cli/pkg/syscall"
|
||||||
"github.com/dapr/cli/utils"
|
"github.com/dapr/cli/utils"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ import (
|
||||||
k8sYaml "sigs.k8s.io/yaml"
|
k8sYaml "sigs.k8s.io/yaml"
|
||||||
|
|
||||||
"github.com/dapr/cli/pkg/print"
|
"github.com/dapr/cli/pkg/print"
|
||||||
"github.com/dapr/cli/pkg/runfileconfig"
|
"github.com/dapr/cli/pkg/standalone/runfileconfig"
|
||||||
daprsyscall "github.com/dapr/cli/pkg/syscall"
|
daprsyscall "github.com/dapr/cli/pkg/syscall"
|
||||||
"github.com/dapr/cli/utils"
|
"github.com/dapr/cli/utils"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ import (
|
||||||
|
|
||||||
corev1 "k8s.io/api/core/v1"
|
corev1 "k8s.io/api/core/v1"
|
||||||
|
|
||||||
"github.com/dapr/cli/pkg/runfileconfig"
|
"github.com/dapr/cli/pkg/standalone/runfileconfig"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Stop(runFilePath string, config runfileconfig.RunFileConfig) error {
|
func Stop(runFilePath string, config runfileconfig.RunFileConfig) error {
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
|
||||||
"github.com/dapr/cli/pkg/runfileconfig"
|
|
||||||
"github.com/dapr/cli/pkg/standalone"
|
"github.com/dapr/cli/pkg/standalone"
|
||||||
|
"github.com/dapr/cli/pkg/standalone/runfileconfig"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CmdProcess struct {
|
type CmdProcess struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue