shithub: mycel

ref: 780d55cb042d7d8e892b25c1368355e0358b1969
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
}