forked from quic-go/quic-go
make utils an internal package
This commit is contained in:
10
internal/utils/streamframe_interval.go
Normal file
10
internal/utils/streamframe_interval.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package utils
|
||||
|
||||
import "github.com/lucas-clemente/quic-go/protocol"
|
||||
|
||||
// ByteInterval is an interval from one ByteCount to the other
|
||||
// +gen linkedlist
|
||||
type ByteInterval struct {
|
||||
Start protocol.ByteCount
|
||||
End protocol.ByteCount
|
||||
}
|
||||
Reference in New Issue
Block a user