shithub: mycel

ref: b881ccc61dad23f9a33fd05c8aa00213d591adce
dir: /domino/jsfcall/jsfcall.go/

View raw version
package jsfcall

const (
	_ = iota
	Rerror
	Tinit
	Rinit
	Tclick
	Rclick
	Tquery
	Rquery
)

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