aboutsummaryrefslogtreecommitdiffstats
path: root/packet/packet.go
blob: 7b20c3f1ce47312fc21ffb72804e4f58a6a74156 (plain) (blame)
1
2
3
4
5
package packet

type Packet interface {
	Bytes() []byte
}