tendermint/p2p/msg.go

10 lines
105 B
Go
Raw Normal View History

2014-07-07 20:03:50 -07:00
package p2p
2014-06-24 17:28:40 -07:00
2014-06-25 21:37:20 -07:00
import (
. "github.com/tendermint/tendermint/binary"
)
2014-06-24 17:28:40 -07:00
2014-07-05 23:50:06 -07:00
type Message interface {
Binary
2014-06-24 17:28:40 -07:00
}