entity.go 62 B

12345
  1. package entity
  2. var (
  3. SseClients = map[int64]chan string{}
  4. )