transx/constant/procotolConst.go

9 lines
94 B
Go
Raw Permalink Normal View History

package constant
2015-11-13 15:44:17 +08:00
type Direction int
const (
RECEIVE Direction = 0
SEND Direction = 1
)