forked from quic-go/quic-go
make the flow control package internal
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// Automatically generated by MockGen. DO NOT EDIT!
|
||||
// Source: github.com/lucas-clemente/quic-go/flowcontrol (interfaces: FlowControlManager)
|
||||
// Source: github.com/lucas-clemente/quic-go/internal/flowcontrol (interfaces: FlowControlManager)
|
||||
|
||||
package mocks_fc
|
||||
|
||||
import (
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
flowcontrol "github.com/lucas-clemente/quic-go/flowcontrol"
|
||||
flowcontrol "github.com/lucas-clemente/quic-go/internal/flowcontrol"
|
||||
protocol "github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user