Files
chain33-im/dtask/proto/proto.go
2022-03-17 15:55:27 +08:00

13 lines
102 B
Go

package proto
const (
Start = 1
Stop = 2
)
type Proto struct {
Uid string
Opt int
Seq int64
}