mirror of
https://github.com/Monibuca/plugin-webtransport.git
synced 2025-12-24 11:51:00 +08:00
11 lines
159 B
Go
11 lines
159 B
Go
package webtransport
|
|
|
|
import . "m7s.live/engine/v4"
|
|
|
|
type WebTransportPublisher struct {
|
|
Publisher
|
|
}
|
|
|
|
func (wt *WebTransportPublisher) OnEvent(event any) {
|
|
}
|