forked from quic-go/quic-go
move all frames to separate package
This commit is contained in:
8
frames/frame.go
Normal file
8
frames/frame.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package frames
|
||||
|
||||
import "bytes"
|
||||
|
||||
// A Frame in QUIC
|
||||
type Frame interface {
|
||||
Write(b *bytes.Buffer) error
|
||||
}
|
||||
Reference in New Issue
Block a user