ref: b881ccc61dad23f9a33fd05c8aa00213d591adce
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
}