Zippytal-Node/zoneNotificationsHandler.go
2022-08-28 22:17:30 +02:00

10 lines
236 B
Go

package localserver
type ZoneNotificationsHandler struct {
ZoneId string
ZoneMembersId []string
DataChannels map[string]*DataChannel
Flag *uint32
Publishers []<-chan *ZoneRequest
reqChans []chan<- *ZoneRequest
}