Versions in this module Expand all Collapse all v2 v2.5.6 May 13, 2024 v2.5.5 May 13, 2024 Changes in this version + type BatchRegisterInstanceParam struct + GroupName string + Instances []RegisterInstanceParam + ServiceName string + type ConfigParam struct + AppName string + BetaIps string + CasMd5 string + Content string + DataId string + EncryptedDataKey string + Group string + KmsKeyId string + OnChange func(namespace, group, dataId, data string) + SrcUser string + Tag string + Type string + UsageType UsageType + func (this *ConfigParam) DeepCopy() *ConfigParam + type DeregisterInstanceParam struct + Cluster string + Ephemeral bool + GroupName string + Ip string + Port uint64 + ServiceName string + type GetAllServiceInfoParam struct + GroupName string + NameSpace string + PageNo uint32 + PageSize uint32 + type GetServiceParam struct + Clusters []string + GroupName string + ServiceName string + type Listener func(namespace, group, dataId, data string) + type NacosClientParam struct + ClientConfig *constant.ClientConfig + ServerConfigs []constant.ServerConfig + type RegisterInstanceParam struct + ClusterName string + Enable bool + Ephemeral bool + GroupName string + Healthy bool + Ip string + Metadata map[string]string + Port uint64 + ServiceName string + Weight float64 + type SearchConfigParam struct + AppName string + DataId string + Group string + PageNo int + PageSize int + Search string + Tag string + type SelectAllInstancesParam struct + Clusters []string + GroupName string + ServiceName string + type SelectInstancesParam struct + Clusters []string + GroupName string + HealthyOnly bool + ServiceName string + type SelectOneHealthInstanceParam struct + Clusters []string + GroupName string + ServiceName string + type SubscribeParam struct + Clusters []string + GroupName string + ServiceName string + SubscribeCallback func(services []model.Instance, err error) + type UpdateInstanceParam struct + ClusterName string + Enable bool + Ephemeral bool + GroupName string + Healthy bool + Ip string + Metadata map[string]string + Port uint64 + ServiceName string + Weight float64 + type UsageType string + const RequestType + const ResponseType