8 lines
234 B
Go
8 lines
234 B
Go
// Copyright (c) 2026 Winlin
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
package rtmp
|
|
|
|
//go:generate go tool counterfeiter -o rtmpfakes/fake_handshake.go . Handshake
|
|
//go:generate go tool counterfeiter -o rtmpfakes/fake_protocol.go . Protocol
|