MCPcopy Create free account
hub / github.com/asaskevich/EventBus / ServerService

Struct ServerService

server.go:123–127  ·  view source on GitHub ↗

ServerService - service object to listen to remote subscriptions

Source from the content-addressed store, hash-verified

121
122// ServerService - service object to listen to remote subscriptions
123type ServerService struct {
124 server *Server
125 wg *sync.WaitGroup
126 started bool
127}
128
129// Register - Registers a remote handler to this event bus
130// for a remote subscribe - a given client address only needs to subscribe once

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected