mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-16 23:18:26 +08:00
Initial commit
This commit is contained in:
15
liveclient/event.go
Normal file
15
liveclient/event.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package liveclient
|
||||
|
||||
import (
|
||||
"AynaLivePlayer/event"
|
||||
)
|
||||
|
||||
const (
|
||||
EventStatusChange event.EventId = "liveclient.status.change"
|
||||
EventMessageReceive event.EventId = "liveclient.message.receive"
|
||||
)
|
||||
|
||||
type StatusChangeEvent struct {
|
||||
Connected bool
|
||||
Client LiveClient
|
||||
}
|
||||
Reference in New Issue
Block a user