Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ Push
Method
Push
hevent/event.go:28–28 ·
view source on GitHub ↗
(topic string, data interface{})
Source
from the content-addressed store, hash-verified
26
type
HEventRepo
interface
{
27
Sub(topic string, ch HEventData)
28
Push(topic string, data
interface
{})
29
}
30
31
func
HEventSrv() *HEventBus {
Callers
3
TestHeap
Function · 0.65
TestInitPushKit
Function · 0.65
TestName
Function · 0.65
Implementers
1
HEventBus
hevent/event.go
Calls
no outgoing calls
Tested by
3
TestHeap
Function · 0.52
TestInitPushKit
Function · 0.52
TestName
Function · 0.52