package cache
import (
"clickandjoin.app/serversenteventsserver/modules/structs"
"github.com/google/uuid"
)
var SSEClients = make(map[uuid.UUID]structs.SSEClient)