screego-server/ws/event.go
2020-10-04 20:10:38 +02:00

6 lines
72 B
Go

package ws
type Event interface {
Execute(*Rooms, ClientInfo) error
}