MCPcopy Create free account
hub / github.com/apache/dubbo-go / Node

Interface Node

common/node.go:21–25  ·  view source on GitHub ↗

Node use for process dubbo node

Source from the content-addressed store, hash-verified

19
20// Node use for process dubbo node
21type Node interface {
22 GetURL() *URL
23 IsAvailable() bool
24 Destroy()
25}

Callers 23

buildInvokerFunction · 0.65
startHealthWatchMethod · 0.65
handleHealthStatusMethod · 0.65
registerServiceFunction · 0.65
ExportMethod · 0.65
UnExportMethod · 0.65
TestGrpcProtocolReferFunction · 0.65
StartMethod · 0.65
CheckAvailableMethod · 0.65
InvokeMethod · 0.65
IsAvailableMethod · 0.65

Implementers 15

fakeInvokerclient/client_test.go
MockRegistryregistry/mock_registry.go
BaseRegistryregistry/base_registry.go
polarisRegistryregistry/polaris/registry.go
mockInvokerregistry/servicediscovery/service_disc
serviceDiscoveryRegistryregistry/servicediscovery/service_disc
mockInvokerregistry/etcdv3/service_discovery_test
mockInvokerregistry/nacos/service_discovery_test.
nacosRegistryregistry/nacos/registry.go
mockClientFacaderemoting/etcdv3/client_test.go
testClientFacaderemoting/etcdv3/facade_test.go
tripleServerTestInvokerprotocol/triple/server_test.go

Calls

no outgoing calls

Tested by

no test coverage detected