MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / eventWorker

Struct eventWorker

user/event_processor/iworker.go:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type eventWorker struct {
28 incoming chan event.IEventStruct
29 ticker *time.Ticker
30 tickerCount uint8
31 UUID string
32 processor *EventProcessor
33}
34
35func NewEventWorker(uuid string, processor *EventProcessor) IWorker {
36 eWorker := &eventWorker{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected