pull/1637/head
wuxingzhong 3 years ago committed by GitHub
parent 3231b35420
commit 7d821541b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/config/nacos/README.md

@ -24,7 +24,7 @@ cc := &constant.ClientConfig{
} }
// a more graceful way to create naming client // a more graceful way to create naming client
client, err := clients.NewNamingClient( client, err := clients.NewConfigClient(
vo.NacosClientParam{ vo.NacosClientParam{
ClientConfig: cc, ClientConfig: cc,
ServerConfigs: sc, ServerConfigs: sc,

Loading…
Cancel
Save