cloud-game/vendor/github.com/pion/quic/streamreadresult.go

7 lines
161 B
Go

package quic
// StreamReadResult holds information relating to the result returned from readInto.
type StreamReadResult struct {
Amount int
Finished bool
}