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

type Command interface {
	Bytes() []byte
}