init
This commit is contained in:
12
dtask/proto/proto.go
Normal file
12
dtask/proto/proto.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package proto
|
||||
|
||||
const (
|
||||
Start = 1
|
||||
Stop = 2
|
||||
)
|
||||
|
||||
type Proto struct {
|
||||
Uid string
|
||||
Opt int
|
||||
Seq int64
|
||||
}
|
||||
Reference in New Issue
Block a user