mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
6 lines
304 B
Go
6 lines
304 B
Go
//go:build gomock || generate
|
|
|
|
package handshake
|
|
|
|
//go:generate sh -c "go run github.com/golang/mock/mockgen -build_flags=\"-tags=gomock\" -package handshake -destination mock_handshake_runner_test.go github.com/quic-go/quic-go/internal/handshake HandshakeRunner"
|
|
type HandshakeRunner = handshakeRunner
|