MCPcopy Create free account
hub / github.com/Cyinx/einx / Linker

Interface Linker

network/network.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type Linker interface {
35 GetID() AgentID
36 Ping() bool
37}
38
39type ITcpClientMgr interface {
40 GetID() ComponentID

Callers 3

OnPingMethod · 0.65
PingMethod · 0.65
PingMethod · 0.65

Implementers 3

TcpConnnetwork/tcp_conn.go
MongoDBMgrdb/mongodb/mongodb.go
MysqlMgrdb/mysql/mysql_mgr.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…