Skip to content

Commit

Permalink
fix compile failed in windows
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley-BaoYue <[email protected]>
  • Loading branch information
Shelley-BaoYue committed Apr 28, 2024
1 parent 41c9729 commit 14cecb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions keadm/cmd/keadm/app/cmd/util/common_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,11 @@ func runEdgeCore() error {
func KillKubeEdgeBinary(proc string) error {
return errors.New("not implemented")
}

func EdgeCoreRunningModuleV2(opt *types.ResetOptions) types.ModuleRunning {
return types.NoneRunning
}

func CloudCoreRunningModuleV2(opt *types.ResetOptions) types.ModuleRunning {
return types.NoneRunning
}

0 comments on commit 14cecb2

Please sign in to comment.