Versions in this module Expand all Collapse all v1 v1.5.5 Oct 25, 2023 Changes in this version + func Init(obj interface{}, params *Params, opts ...Option) error + func NewNamingClient(nacosIPAddr string, nacosPort int, nacosNamespaceID string, opts ...Option) (naming_client.INamingClient, error) + type Option func(*options) + func WithClientConfig(clientConfig *constant.ClientConfig) Option + func WithServerConfigs(serverConfigs []constant.ServerConfig) Option + type Params struct + ContextPath string + DataID string + Format string + Group string + IPAddr string + NamespaceID string + Port uint64 + Scheme string