ref: 1d50aea6c14615b107116dac70e71454099ece5d
dir: /domino/jsfcall/jsfcall.go/
package jsfcall
const (
_ = iota
Rerror
Tinit
Rinit
Tclick
Rclick
Tquery
Rquery
)
type Msg struct {
Type uint8
Error string
Changed bool
Html string
}