strimertul/twitch/eventsub/data.go

9 lines
148 B
Go

package eventsub
const (
EventKeyPrefix = "twitch/ev/eventsub-event/"
HistoryKeyPrefix = "twitch/eventsub-history/"
)
const HistorySize = 100