WebUI/src/util/types.go
Theta-Dev 60034b4815
All checks were successful
continuous-integration/drone/push Build is passing
add server base
2022-02-01 23:08:45 +01:00

5 lines
68 B
Go

package util
type Broadcaster interface {
Broadcast(msg []byte)
}