18
controller/types.go
Normal file
18
controller/types.go
Normal file
@ -0,0 +1,18 @@
|
||||
package controller
|
||||
|
||||
type Controller struct {
|
||||
Blocks []int
|
||||
Row1 string
|
||||
Row2 string
|
||||
Row3 string
|
||||
Row4 string
|
||||
Row5 string
|
||||
Row6 string
|
||||
Row7 string
|
||||
Row8 string
|
||||
Row9 string
|
||||
Solutions []string
|
||||
NumCPUs int
|
||||
Split int
|
||||
Part int
|
||||
}
|
Reference in New Issue
Block a user