Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
type
Node
interface
{
22
GetURL() *URL
23
IsAvailable() bool
24
Destroy()
25
}
Callers
23
buildInvoker
Function · 0.65
startHealthWatch
Method · 0.65
handleHealthStatus
Method · 0.65
registerService
Function · 0.65
Export
Method · 0.65
UnExport
Method · 0.65
TestGrpcProtocolRefer
Function · 0.65
Start
Method · 0.65
CheckAvailable
Method · 0.65
Invoke
Method · 0.65
IsAvailable
Method · 0.65
TestTripleInvoker_IsAvailable
Function · 0.65
Implementers
15
fakeInvoker
client/client_test.go
MockRegistry
registry/mock_registry.go
BaseRegistry
registry/base_registry.go
polarisRegistry
registry/polaris/registry.go
mockInvoker
registry/servicediscovery/service_disc
serviceDiscoveryRegistry
registry/servicediscovery/service_disc
mockInvoker
registry/etcdv3/service_discovery_test
mockInvoker
registry/nacos/service_discovery_test.
nacosRegistry
registry/nacos/registry.go
mockClientFacade
remoting/etcdv3/client_test.go
testClientFacade
remoting/etcdv3/facade_test.go
tripleServerTestInvoker
protocol/triple/server_test.go
Calls
no outgoing calls
Tested by
no test coverage detected