shithub: mycel

ref: 68691c82402b473215a17850f4007bde4a02f12f
dir: /domino/jsfcall/jsfcall.go/

View raw version
package jsfcall

const (
	_ = iota
	Rerror
	Tinit
	Rinit
	Tclick
	Rclick
)

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