|
|
@ -2,8 +2,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
> 缓存回源代码生成 |
|
|
|
> 缓存回源代码生成 |
|
|
|
|
|
|
|
|
|
|
|
在internal/dao/dao.go中添加mc缓存interface定义,可以指定对应的[注解参数](../tool/kratos-gen-mc/README.md); |
|
|
|
在internal/dao/dao.go中添加mc缓存interface定义,可以指定对应的[注解参数](../../tool/kratos-gen-mc/README.md); |
|
|
|
并且在接口前面添加`go:generate kratos tool genmc`; |
|
|
|
并且在接口前面添加`go:generate kratos tool genbts`; |
|
|
|
然后在当前目录执行`go generate`,可以看到自动生成的dao.bts.go代码。 |
|
|
|
然后在当前目录执行`go generate`,可以看到自动生成的dao.bts.go代码。 |
|
|
|
|
|
|
|
|
|
|
|
### 回源模板 |
|
|
|
### 回源模板 |
|
|
|