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

Method eventDataKey

pkg/events/redis/store.go:56–58  ·  view source on GitHub ↗
(_ context.Context, uid string)

Source from the content-addressed store, hash-verified

54}
55
56func (ps *PubSubStore) eventDataKey(_ context.Context, uid string) string {
57 return ps.client.Key("event_data", uid)
58}
59
60// eventIndexKey returns the Redis for indexing events with the given correlationID.
61// Since correlation IDs are user input (and can therefore contain characters that

Callers 3

storeEventMethod · 0.95
loadEventDataMethod · 0.95
LoadEventMethod · 0.95

Calls 1

KeyMethod · 0.65

Tested by

no test coverage detected