Skip to content

Commit

Permalink
move healer cmd from command to command/healer
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Sep 12, 2024
1 parent d2a369d commit d903f5b
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/healer
target/
/tools/bin/
/command/healer
vendor/
/_vendor-*
.idea
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion command/cmd/api.go → command/healer/cmd/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"strconv"

"github.com/childe/healer/command/cmd/apicontrollers"
"github.com/childe/healer/command/healer/cmd/apicontrollers"

"github.com/gin-gonic/gin"
"github.com/spf13/cobra"
Expand Down
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.
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.
2 changes: 1 addition & 1 deletion command/main.go → command/healer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"

"github.com/childe/healer"
"github.com/childe/healer/command/cmd"
"github.com/childe/healer/command/healer/cmd"
"github.com/spf13/pflag"
"k8s.io/klog/v2"
)
Expand Down

0 comments on commit d903f5b

Please sign in to comment.