shithub: mycel

ref: 8423f45cf12438346a1aea3cf4cd4f834d55cce9
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
}