Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
type
Linker
interface
{
35
GetID() AgentID
36
Ping() bool
37
}
38
39
type
ITcpClientMgr
interface
{
40
GetID() ComponentID
Callers
3
OnPing
Method · 0.65
Ping
Method · 0.65
Ping
Method · 0.65
Implementers
3
TcpConn
network/tcp_conn.go
MongoDBMgr
db/mongodb/mongodb.go
MysqlMgr
db/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…