MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / PubSub

Struct PubSub

pkg/events/basic/pubsub.go:28–31  ·  view source on GitHub ↗

PubSub is a basic event PubSub implementation.

Source from the content-addressed store, hash-verified

26
27// PubSub is a basic event PubSub implementation.
28type PubSub struct {
29 mu sync.RWMutex
30 subscriptions []events.Subscription
31}
32
33// NewPubSub returns a new basic event PubSub.
34func NewPubSub() *PubSub {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected