Skip to content

Commit

Permalink
Update k8s.md
Browse files Browse the repository at this point in the history
Correcting the wrong directory numbering
  • Loading branch information
jackylee53 authored and kesonan committed Jun 19, 2024
1 parent 732b341 commit 80b11c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/cron-job/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ func Hello(_ *cobra.Command, _ []string) error {
}
```

### 2.1 如何执行调度
### 3.1 如何执行调度

可以看到 rootCmd 是主命令 , helloJob 就是我们自己的一个要调度的任务,调度之后要执行的方法就是 logic 下 hello.go 中的方法。

如果需要添加更多的任务,我们直接在下方继续添加,在 logic 中添加对应的实现即可。

### 2.2 如何初始化配置
### 3.2 如何初始化配置

我们在执行之前先初始化了配置,看到这里你可能会很眼熟,我们把 go-zero 默认在 main 中的初始化配置放在了此处 initConfig

Expand Down

0 comments on commit 80b11c4

Please sign in to comment.