mirror of
https://github.com/taigrr/wasm-experiments
synced 2025-01-18 04:03:21 -08:00
Add jsgo.io example
This commit is contained in:
15
vendor/github.com/dave/services/constor/constormsg/messages.go
generated
vendored
Normal file
15
vendor/github.com/dave/services/constor/constormsg/messages.go
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
package constormsg
|
||||
|
||||
import "encoding/gob"
|
||||
|
||||
func RegisterTypes() {
|
||||
gob.Register(Storing{})
|
||||
}
|
||||
|
||||
type Storing struct {
|
||||
Starting bool
|
||||
Finished int
|
||||
Unchanged int
|
||||
Remain int
|
||||
Done bool
|
||||
}
|
||||
Reference in New Issue
Block a user