Versions in this module Expand all Collapse all v3 v3.1.2 Feb 5, 2024 Changes in this version + type WrappedClientMock struct + func (m *WrappedClientMock) ChangeInterfaceMap(serviceUniqueKey string, add bool) error + func (m *WrappedClientMock) GetClusterUpdateIgnoreVersion(hostAddr string) resource.ClusterUpdate + func (m *WrappedClientMock) GetDubboGoMetadata() (map[string]string, error) + func (m *WrappedClientMock) GetHostAddrByServiceUniqueKey(serviceUniqueKey string) (string, error) + func (m *WrappedClientMock) GetHostAddress() xdsCommon.HostAddr + func (m *WrappedClientMock) GetIstioPodIP() string + func (m *WrappedClientMock) GetRouterConfig(hostAddr string) resource.RouteConfigUpdate + func (m *WrappedClientMock) MatchRoute(routerConfig resource.RouteConfigUpdate, invocation protocol.Invocation) (*resource.Route, error) + func (m *WrappedClientMock) Subscribe(svcUniqueName, interfaceName, hostAddr string, lst registry.NotifyListener) error + func (m *WrappedClientMock) UnSubscribe(svcUniqueName string)