Comment Packet structure

This commit is contained in:
Yohann D'ANELLO 2020-10-01 19:05:39 +02:00
parent e74213fefa
commit 98d5c609a3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ type Options struct {
MaxClients int
}
// Packet contains the necessary data to broadcast events like stream creating, packet receiving or stream closing.
type Packet struct {
Data []byte
PacketType string