transx/constant/procotolConst.go

9 lines
94 B
Go

package constant
type Direction int
const (
RECEIVE Direction = 0
SEND Direction = 1
)