shithub: mycel

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