package cache
import (
"jannex/log-manager/modules/structs"
"github.com/google/uuid"
)
var SSEClients = make(map[uuid.UUID]structs.SSEClient)