File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
internal/app/controller/testdata Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 4
4
"stage" : " First Half" ,
5
5
"command" : " halt" ,
6
6
"commandForTeam" : null ,
7
+ "nextCommand" : " " ,
8
+ "nextCommandFor" : " " ,
7
9
"gameEvent" : {
8
10
"type" : " " ,
9
11
"forTeam" : " " ,
49
51
"stage" : " First Half" ,
50
52
"command" : " stop" ,
51
53
"commandForTeam" : null ,
54
+ "nextCommand" : " " ,
55
+ "nextCommandFor" : " " ,
52
56
"gameEvent" : {
53
57
"type" : " " ,
54
58
"forTeam" : " " ,
95
99
"stage" : " First Half" ,
96
100
"command" : " kickoff" ,
97
101
"commandForTeam" : " Yellow" ,
102
+ "nextCommand" : " normalStart" ,
103
+ "nextCommandFor" : " " ,
98
104
"gameEvent" : {
99
105
"type" : " " ,
100
106
"forTeam" : " " ,
140
146
"stage" : " First Half" ,
141
147
"command" : " normalStart" ,
142
148
"commandForTeam" : null ,
149
+ "nextCommand" : " " ,
150
+ "nextCommandFor" : " " ,
143
151
"gameEvent" : {
144
152
"type" : " " ,
145
153
"forTeam" : " " ,
185
193
"stage" : " First Half" ,
186
194
"command" : " stop" ,
187
195
"commandForTeam" : null ,
196
+ "nextCommand" : " " ,
197
+ "nextCommandFor" : " " ,
188
198
"gameEvent" : {
189
199
"type" : " " ,
190
200
"forTeam" : " " ,
231
241
"stage" : " First Half" ,
232
242
"command" : " direct" ,
233
243
"commandForTeam" : " Blue" ,
244
+ "nextCommand" : " " ,
245
+ "nextCommandFor" : " " ,
234
246
"gameEvent" : {
235
247
"type" : " " ,
236
248
"forTeam" : " " ,
276
288
"stage" : " First Half" ,
277
289
"command" : " stop" ,
278
290
"commandForTeam" : null ,
291
+ "nextCommand" : " " ,
292
+ "nextCommandFor" : " " ,
279
293
"gameEvent" : {
280
294
"type" : " " ,
281
295
"forTeam" : " " ,
322
336
"stage" : " First Half" ,
323
337
"command" : " indirect" ,
324
338
"commandForTeam" : " Yellow" ,
339
+ "nextCommand" : " " ,
340
+ "nextCommandFor" : " " ,
325
341
"gameEvent" : {
326
342
"type" : " " ,
327
343
"forTeam" : " " ,
357
373
}
358
374
}
359
375
}
360
- ]
376
+ ]
Original file line number Diff line number Diff line change 4
4
"stage" : " First Half" ,
5
5
"command" : " stop" ,
6
6
"commandForTeam" : null ,
7
+ "nextCommand" : " " ,
8
+ "nextCommandFor" : " " ,
7
9
"gameEvent" : {
8
10
"type" : " " ,
9
11
"forTeam" : " " ,
50
52
"stage" : " First Half" ,
51
53
"command" : " penalty" ,
52
54
"commandForTeam" : " Yellow" ,
55
+ "nextCommand" : " normalStart" ,
56
+ "nextCommandFor" : " " ,
53
57
"gameEvent" : {
54
58
"type" : " " ,
55
59
"forTeam" : " " ,
95
99
"stage" : " First Half" ,
96
100
"command" : " normalStart" ,
97
101
"commandForTeam" : null ,
102
+ "nextCommand" : " " ,
103
+ "nextCommandFor" : " " ,
98
104
"gameEvent" : {
99
105
"type" : " " ,
100
106
"forTeam" : " " ,
130
136
}
131
137
}
132
138
}
133
- ]
139
+ ]
You can’t perform that action at this time.
0 commit comments