package channel

type Channel struct {
	Sku sku
	Mq  mq
}