github.com/tumi8/quic-go@v0.37.4-tum/http3/mockgen.go (about)

     1  //go:build gomock || generate
     2  
     3  package http3
     4  
     5  //go:generate sh -c "go run github.com/golang/mock/mockgen -build_flags=\"-tags=gomock\"  -package http3 -destination mock_roundtripcloser_test.go github.com/tumi8/quic-go/http3 RoundTripCloser"
     6  type RoundTripCloser = roundTripCloser
     7  
     8  //go:generate sh -c "go run github.com/golang/mock/mockgen -package http3 -destination mock_quic_early_listener_test.go github.com/tumi8/quic-go/http3 QUICEarlyListener"