This commit is contained in:
2022-03-17 15:55:27 +08:00
commit bd5a9fad97
92 changed files with 13861 additions and 0 deletions

12
dtask/proto/proto.go Normal file
View File

@@ -0,0 +1,12 @@
package proto
const (
Start = 1
Stop = 2
)
type Proto struct {
Uid string
Opt int
Seq int64
}