Skip to content

Commit

Permalink
docs:update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViolaPioggia committed Nov 18, 2023
1 parent b73cb9b commit 7907835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func main() {

根据 Options 的参数初始化 client,建立链接之后 suite 会根据 `Prefix` 以及 `ServerPathFormat` 或者 `ClientPathFormat` 订阅对应的配置并动态更新自身策略,具体参数参考下面 `Options` 变量。

配置的格式默认仅支持 `json`,可以使用函数 [SetParser](https://github.com/kitex-contrib/config-nacos/blob/eb006978517678dd75a81513142d3faed6a66f8d/nacos/nacos.go#L68) 进行自定义格式解析方式,并在 `NewSuite` 的时候使用 `CustomFunction` 函数修改订阅函数的格式。
配置的格式默认仅支持 `json`,可以使用函数 [SetParser](https://github.com/kitex-contrib/config-etcd/blob/fef1947d99ee8df270ae39f661069b47a3ab284f/etcd/etcd.go#L122) 进行自定义格式解析方式,并在 `NewSuite` 的时候使用 `CustomFunction` 函数修改订阅函数的格式。
####

#### CustomFunction
Expand Down

0 comments on commit 7907835

Please sign in to comment.