shithub: mycel

ref: 1c6acfa38b9e601daaebbc25c1ae4997f7d22b39
dir: /domino/jsfcall/jsfcall.go/

View raw version
package jsfcall

const (
	_ = iota
	Rerror
	Tinit
	Rinit
	Tclick
	Rclick
)

type Msg struct {
	Type    uint8
	Error   string
	Changed bool
	Html  string
}