MCPcopy
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

26type HEventRepo interface {
27 Sub(topic string, ch HEventData)
28 Push(topic string, data interface{})
29}
30
31func HEventSrv() *HEventBus {

Callers 3

TestHeapFunction · 0.65
TestInitPushKitFunction · 0.65
TestNameFunction · 0.65

Implementers 1

HEventBushevent/event.go

Calls

no outgoing calls

Tested by 3

TestHeapFunction · 0.52
TestInitPushKitFunction · 0.52
TestNameFunction · 0.52