1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-30 02:40:33 +00:00
strimertul/twitch/eventsub/data.go

9 lines
148 B
Go
Raw Normal View History

2024-03-10 16:38:18 +00:00
package eventsub
const (
EventKeyPrefix = "twitch/ev/eventsub-event/"
HistoryKeyPrefix = "twitch/eventsub-history/"
)
const HistorySize = 100