signaller/internal/backends/memory/consts.go
2019-07-21 16:52:32 +05:00

7 lines
62 B
Go

package memory
const (
groupIDSize = 16
eventIDSize = 16
)