stream-server/srt/packet.go

9 lines
60 B
Go
Raw Normal View History

2023-09-18 11:51:55 +05:00
package srt
import (
)
type Packet struct {
raw []byte
}