Cloak/internal/multiplex/frame.go

9 lines
108 B
Go

package multiplex
type Frame struct {
StreamID uint32
Seq uint64
Closing uint8
Payload []byte
}