MCPcopy Index your code
hub / github.com/Cyinx/einx / Component

Interface Component

component/component.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9type EventType = int
10
11type Component interface {
12 GetID() ComponentID
13 GetType() ComponentType
14 Start()
15 Close()
16}
17
18func GenComponentID() ComponentID {
19 return agent.GenAgentID()

Callers 2

RunFunction · 0.65
StartFunction · 0.65

Implementers 4

TcpServerMgrnetwork/tcp_server.go
TcpClientMgrnetwork/tcp_client.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…