添加协程结构
This commit is contained in:
11
model/routine/model.go
Normal file
11
model/routine/model.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package routine
|
||||
|
||||
type Task struct {
|
||||
Id string
|
||||
Content string
|
||||
}
|
||||
|
||||
type Data struct {
|
||||
Count int
|
||||
Record map[int]int
|
||||
}
|
||||
Reference in New Issue
Block a user